|
|
 |
|

7th September 2005, 09:54 AM
|
 |
E-Mails Invalid or Rejected
Registration Date: Dec 2002
Location: USA
|
|
Posts: 93
Thanks Given to Others: 0
Thanked 1 Time in 1 Post
Karma Power: 0 Karma: 178  
|
|
Need excel formating help - Have excel automatically populate a column
I have the unique opportunity to streamline a process within our company. It's unique because our customer is complaining to us for not billing quick enough. The customer is right, we are about 3 months behind
I have an excel workbook. Within the first page of the workbook is a column containing part numbers, approximately 200. The next column is for clasifying the product, 10 seperate product clasifications. I want to enter the part number and have excel automatically populate the clasification column.
I understand how to do simple "yes, no" if statements. Can I program excel to handle this many options? I'm not getting it to work
|

7th September 2005, 10:12 AM
|
 |
Courtesy Access
Registration Date: Jan 2005
Location: Southeast Wisconsin
Age: 57
|
|
Posts: 9,216
Thanks Given to Others: 755
Thanked 2,298 Times in 1,550 Posts
Karma Power: 612
|
|
Quote:
|
Originally Posted by mike101338
I have the unique opportunity to streamline a process within our company. It's unique because our customer is complaining to us for not billing quick enough. The customer is right, we are about 3 months behind
I have an excel workbook. Within the first page of the workbook is a column containing part numbers, approximately 200. The next column is for clasifying the product, 10 seperate product clasifications. I want to enter the part number and have excel automatically populate the clasification column.
I understand how to do simple "yes, no" if statements. Can I program excel to handle this many options? I'm not getting it to work 
|
I don't have any direct help for you, but I do have a source for some. The Microsoft newsgroups are an excellent source for expert peer-to-peer help with MS products. The group you want, (using a newsreader such as Outlook Express or Firefox) is microsoft.public.excel.programming. To access the group through a web-based interface, go here: http://support.microsoft.com/newsgroups/?pr=918 and click on "excel.programming" in the lefthand column.
__________________
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.-- Joseph Heller
|

7th September 2005, 10:17 AM
|
|
Shy Poster (1 to 5 Posts)
Registration Date: May 2004
Location: Cambridge, Ontario, Canada
|
|
Posts: 1
Thanks Given to Others: 0
Thanked 0 Times in 0 Posts
Karma Power: 23 Karma: 10 
|
|
Filter
I'm not sure if doing an auto filter will help but for me, we have many different "project" numbers and using the auto filter, I'm able to see all of the submissions for each client just by picking the project number. (Data - Autofilter)
Not sure if that would help but could make it a little easier until you find a sure fix.
Cathie
|

7th September 2005, 10:26 AM
|
 |
Deming Disciple
Registration Date: Feb 2004
Location: Aiken, SC
|
|
Posts: 1,473
Thanks Given to Others: 60
Thanked 403 Times in 241 Posts
Karma Power: 190
|
|
Quote:
|
Originally Posted by mike101338
I have an excel workbook. Within the first page of the workbook is a column containing part numbers, approximately 200. The next column is for clasifying the product, 10 seperate product clasifications. I want to enter the part number and have excel automatically populate the clasification column.
|
Take a look at the "hlookup" and "vlookup" functions in Excel help. If you still have problems after that, I can set you up a little example.
__________________
Steve Prevette
"A Passionate Statistician", ASQ CQE, Fluor Government Group
The opinion stated above does not necessarily reflect that of my employer.
|

7th September 2005, 10:29 AM
|
 |
Forum Moderator
Registration Date: Jun 2002
Location: Lawn Guyland
Age: 59
|
|
Posts: 3,102
Thanks Given to Others: 48
Thanked 390 Times in 272 Posts
Karma Power: 192
|
|
Quote:
|
Originally Posted by mike101338
I have the unique opportunity to streamline a process within our company. It's unique because our customer is complaining to us for not billing quick enough. The customer is right, we are about 3 months behind
I have an excel workbook. Within the first page of the workbook is a column containing part numbers, approximately 200. The next column is for clasifying the product, 10 seperate product clasifications. I want to enter the part number and have excel automatically populate the clasification column.
I understand how to do simple "yes, no" if statements. Can I program excel to handle this many options? I'm not getting it to work 
|
Mike, how does the part no. relate to the classification? Does one particular digit within the p/n identify the class. Can you give us an example?
__________________
Al
|

7th September 2005, 10:29 AM
|
 |
Involved - Posts
Registration Date: Aug 2003
Location: United States/Georgia
Age: 39
|
|
Posts: 401
Thanks Given to Others: 0
Thanked 7 Times in 7 Posts
Karma Power: 50
|
|
Paste this into the cell that you want the value to appear in and change the cell references and values as needed.
=IF(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF(A2>59,"D","F"))))
__________________
Mshell
|

7th September 2005, 11:09 AM
|
 |
E-Mails Invalid or Rejected
Registration Date: Dec 2002
Location: USA
|
|
Posts: 93
Thanks Given to Others: 0
Thanked 1 Time in 1 Post
Karma Power: 0 Karma: 178  
|
|
Quote:
|
Originally Posted by mshell
Paste this into the cell that you want the value to appear in and change the cell references and values as needed.
=IF(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF(A2>59,"D","F"))))
|
mshell, thanks a bunch. That is exactly what I was looking for. My problem was those #@%$ (). I had one wrong and couldnt see it until I looked at your script!!!!!!!!!!!!!
|

7th September 2005, 11:13 AM
|
 |
Involved - Posts
Registration Date: Aug 2003
Location: United States/Georgia
Age: 39
|
|
Posts: 401
Thanks Given to Others: 0
Thanked 7 Times in 7 Posts
Karma Power: 50
|
|
You are welcome. Glad to be of assistance.
__________________
Mshell
|
Lower Navigation Bar
|
|
|
|
Visitors Currently Viewing this Thread: 1 (0 Registered Visitors and 1 Unregistered Guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate Thread Content |
Linear Mode
|
|
Posting Settings
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|