So in this line....
=IF('-700'!$A$10="Ebco",'-700'!$B$10," ") tests something just on a sheet named '-700'
I would like this line to be dynamic to look at the same cell on several different sheets....for example:
=IF('-700'!$A$10="Ebco",'-700'!$B$10," ")
=IF('-70'!$A$10="Ebco",'-70'!$B$10," ")
=IF('-71'!A11="Ebco",'-71'!B11," ")
etc....
If I bring in the "-700", "-71","-72", etc into cell A1, can I reference that cell to control which sheet these lines will reference??
Thanks!
=IF('-700'!$A$10="Ebco",'-700'!$B$10," ") tests something just on a sheet named '-700'
I would like this line to be dynamic to look at the same cell on several different sheets....for example:
=IF('-700'!$A$10="Ebco",'-700'!$B$10," ")
=IF('-70'!$A$10="Ebco",'-70'!$B$10," ")
=IF('-71'!A11="Ebco",'-71'!B11," ")
etc....
If I bring in the "-700", "-71","-72", etc into cell A1, can I reference that cell to control which sheet these lines will reference??
Thanks!