robgoldstein
Board Regular
- Joined
- Oct 26, 2013
- Messages
- 165
- Office Version
- 2019
- Platform
- Windows
I am trying to copy the following formula that has multiple If Statements referencing multiple other cells for the desired results and only the first cell referenced but not the follow 3 cells referenced in the desired results.
=IF(A2=1,'Team 1'!B13,IF(A2=2,'Team 2'!B13,IF(A2=3,'Team 3'!B13 )))
I just want to change the A2 cell to A3,A4,A5....I always want to reference the B13 cells,
Is there a way to easily do this?
=IF(A2=1,'Team 1'!B13,IF(A2=2,'Team 2'!B13,IF(A2=3,'Team 3'!B13 )))
I just want to change the A2 cell to A3,A4,A5....I always want to reference the B13 cells,
Is there a way to easily do this?