Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Confusing subject I know.
I have to process data that looks like this: A1: GE A2: (empty) A3: Q104 A4: Q204 A5: Q304 A6: (empty) A7: Ford A8: Q104 A9: Q304 A10: (empty) A11: (empty) A12: AOL etc.. Given a company name (GE, Ford, AOL, et...) and a quarter (Q104, Q204, etc..), I need to be able to return the row number for that quarter for that company. I can't use a simple match function because the quarters are repeated - for example, Q104 shows up in both GE and Ford. For Ford Q104 I need to return 8, while for GE Q304, I need to return 5. Constraints: 1)The quarters will be in sequential order, earliest to latest. 2)Some companies are missing quarters, and I won't know ahead of time how many companies each quarter has. 3) The data will be replaced frequently, sometimes companies will just have a few quarters, sometimes they will go back 10 years 4) Some companies will be missing quarters. If this happens, then the next available quarter will be in that row (look at row 9 above) 5) Because of (3), I can't use names - I can't make new names for each company whenever the user updates the sheet. 6) I want to do this with spreadsheet functions only - no macros (stupid company policy). I just need to return the row number, using only worksheet functions - no macros. Please help!!! Phil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index Match With 3 Variables | Excel Worksheet Functions | |||
Counting Repeated text or duplicates in a list | Excel Discussion (Misc queries) | |||
Find a match that;s not exact | Excel Worksheet Functions | |||
Vlookup, Index & Match | Excel Worksheet Functions | |||
returning a text cell based on a number cell | Excel Worksheet Functions |