I have multiple sheets as Name1 ; Name2 ; Name3 and each sheet have a value on cell A1 for any number let say between 0 to 100. On another sheet call SheetName, I have A1=Name1 ; A2=Name2 ; A3=Name3.
I have formula as:
The INDIRECT formula work to refer each cell A1 in each sheet, however if the sheet name include a space then it won't work anymore. Anyone know how to make it work with the sheet name with space?![]()
=SUMIF(INDIRECT(SheetName!A1:A3&"!A1"),"<50")
Bookmarks