I have workbook with multiple tabs. Each tab is formatted the same.
I wrote this formula to pull or omit data from cell C4 on each tab. In this formula, it's pulling data from tab S1.
=IF('S1'!$F$4="",'S1'!$C$4,"")
In Column A1, I have the tab names, S1 to S30. In Column B1, I have the formula.
I want to replicate this formula by copying down in column B, but I don't know how to change the tab reference in the formula.
Thanks in advance for the help.
I wrote this formula to pull or omit data from cell C4 on each tab. In this formula, it's pulling data from tab S1.
=IF('S1'!$F$4="",'S1'!$C$4,"")
In Column A1, I have the tab names, S1 to S30. In Column B1, I have the formula.
I want to replicate this formula by copying down in column B, but I don't know how to change the tab reference in the formula.
Thanks in advance for the help.