A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Using the formula: =IF(B4='Sheet1'!B12,'Sheet1'!B40,0) this only works if I keep the start date in Sheet1 the same as it is in Sheet2, which means I might as well just enter ='Sheet1'!B40
When I change the start date in Sheet1 to e.g. Oct-22 it picks nothing up in Sheet2 for Oct-22 as is only looking for the data in column H IF it matches the date.