Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi SB777:
If you have your LocationNumbers are in column A, corrresponding Markets are in column B, then with a LocationNumber in cell D4, you can compute the corresponding Market using the following INDEX_MATCH formula ... =INDEX(B:B,MATCH(D4+0,A:A,0)) "SB777" wrote: I am trying to automatically categorize location numbers (plants) into markets. For example, locations 001, 010, 872, 301 and 400 are Market 4..... and locations 210, 300, 501, 777, and 898 are Market 5 ..... and locations 255, 755, 601, 701, and 901 are Market 6. I'd like to have the formula automatically type "4", "5" or "6" in the "Market" column based on the location number. So it would look like this where the market column is filled automatically. Location Market 001 4 755 6 777 4 901 6 I appreciate any advice that you may have. Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
using IF THEN statements | Excel Discussion (Misc queries) | |||
if statements | Excel Worksheet Functions | |||
if statements, I think?? | Excel Discussion (Misc queries) | |||
IF/AND Statements | Excel Worksheet Functions |