Hello,
I am trying to do a cross sheet formula. The formula below is what it looks like in the original sheet and the formula works. Now I want to pull the data from the original sheet into a new sheet and the cross referencing is not working. Any assistance would be greatly appreciated.
Original sheet - works good
=SUMIF(Quarter:Quarter, "Q4'22", [Requested Total]:[Requested Total])
Cross Sheet - not working
=SUMIF({1.AWS MDF Tracker Range 3}, "Q4'22" [Requested Total]:Requested Total])
Thank you