I need help creating a report based on a fluid raw data file. Earlier, in another post, I got help and managed to generate this formula:
=IF(ISNA(MATCH("NorthwestAcuraAirport Acura",'April 2011 Raw Data'!$A:$A,0)),0,INDEX('April 2011 Raw Data'!I:I,MATCH("NorthwestAcuraAirport Acura",'April 2011 Raw Data'!$A:$A,0)))
While this formula is wonderful, I still need to update the 'NorthwestAcuraAirport Acura" portion hundreds of times based upon Zone/Make/Dealer, and what happens if the order of the dealers change? Then I have to modify the formulas each time.
A better solution would be a similar formula that searches for the condition of where Zone (Northwest) Make (Acura) and Dealer are present, based upon a cell location - or something like that. I know this is vague, but can anyone help? I'm using Excel 2003.
=IF(ISNA(MATCH("NorthwestAcuraAirport Acura",'April 2011 Raw Data'!$A:$A,0)),0,INDEX('April 2011 Raw Data'!I:I,MATCH("NorthwestAcuraAirport Acura",'April 2011 Raw Data'!$A:$A,0)))
While this formula is wonderful, I still need to update the 'NorthwestAcuraAirport Acura" portion hundreds of times based upon Zone/Make/Dealer, and what happens if the order of the dealers change? Then I have to modify the formulas each time.
A better solution would be a similar formula that searches for the condition of where Zone (Northwest) Make (Acura) and Dealer are present, based upon a cell location - or something like that. I know this is vague, but can anyone help? I'm using Excel 2003.