alphabo1201
New Member
- Joined
- May 2, 2019
- Messages
- 16
I have this link that refers to a different workbook.
='N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E32
I want the cell reference to change based on a certain cell or formula
Example would be Cell C2 = March
I know below is incorrect but I want to input that logic.
='N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'! [=if(C2<6,E21,E32)]
I know I can put the if statement in the front of the whole equation like below but I want to be able to add into the link it self.
=if(C2<6,'N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E21,E32),'N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E32)
Thank you
='N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E32
I want the cell reference to change based on a certain cell or formula
Example would be Cell C2 = March
I know below is incorrect but I want to input that logic.
='N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'! [=if(C2<6,E21,E32)]
I know I can put the if statement in the front of the whole equation like below but I want to be able to add into the link it self.
=if(C2<6,'N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E21,E32),'N:\Accounting\[Test Mar-2019 MGMT Report.xlsm]Fiscal Year IS'!E32)
Thank you