Thread: Lookup
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default Lookup

Formula
Jan Feb Mar Result
Part A 1 - - Jan
Part B - 1 - Feb
Part C - - 1 Mar

I need to write a formula that will return the last month a part was sold
over a three year period. In the table above the formula would return "Feb"
for part B. I can't do a nested if because I have to search through 36
columns.

Any thoughts are greatly appreciated.