I have the following formula below
I would like to amend the formula to extract the year from cell P1 so when the year in P1 changes the formula containing the year chnges automatically
I have the year in cell P1 and have tried to amend formula
It would be appreciated if someone could assist me
Code:
=INDEX('C:\My Documents\[Comms2019.xlsm]Comms by month'!$A$11:$N$11,MATCH('C:\My Documents\[Comms2019.xlsm]Comms by month'!B1,'C:\My Documents\[Comms2019.xlsm]Comms by month'!$A$1:$M$1))
I would like to amend the formula to extract the year from cell P1 so when the year in P1 changes the formula containing the year chnges automatically
I have the year in cell P1 and have tried to amend formula
Code:
=INDEX('C:\My Documents\[Comms2019.xlsm] to extract this from P1 eg =INDEX('C:\My Documents\[Comms"&P1&".xlsm]
It would be appreciated if someone could assist me