Hi I am trying to avoid using "Data "
I need to use Data! without the "". Is there a way to do these formulas different and work the same way. Maybe not using the indirect way. Reason cause I ahev to switch the sheet name sometimes and the " " mess it up thanks
=INDIRECT("Data!$E$2")
=IF(SUM(INDIRECT("Data!E"&(INT((ROW()-4)/7)+4)&":G"&(INT((ROW()-4)/7)+4)))=0,"",SUM(INDIRECT("Data!E"&(INT((ROW()-4)/7)+4)&":G"&(INT((ROW()-4)/7)+4))))
I need to use Data! without the "". Is there a way to do these formulas different and work the same way. Maybe not using the indirect way. Reason cause I ahev to switch the sheet name sometimes and the " " mess it up thanks
=INDIRECT("Data!$E$2")
=IF(SUM(INDIRECT("Data!E"&(INT((ROW()-4)/7)+4)&":G"&(INT((ROW()-4)/7)+4)))=0,"",SUM(INDIRECT("Data!E"&(INT((ROW()-4)/7)+4)&":G"&(INT((ROW()-4)/7)+4))))