Hello all,
I have a sheet that users enter data into monthly, but that data contains all the previous months data as well, so I use a different sheet to pull out that data as part of a formula. In excel that formula is ='Input SO'!B5-sum(B3:B5). This allows me to subtract each previous months data.
The issue I'm having is if I use cell link to link to the cell in another sheet, I can't add anything else to it in the form of a formula. To get around it I just make a reference using the sum function (=SUM({Input SO Range 3}) - SUM([300]2:[300]4)), but I was wondering if there's a better way I'm just not seeing.
Also does Smartsheet have any ability to quickly make these references, or do I have to create each one? For example in excel I can just drag the format and it will change the input it's taking, but I can't seem to get Smartsheet to do the same.