I want to sum all the values in the yellow columns, however it's not happening with the usual sum function🤷♀️
The values in the yellow columns are all from calculations of IF(AND()) formula, as below:
=IF(AND([Price Type]@row = "Regular", [23rd Total Radiology 30 Jan - 2 Feb]@row = 1), 1800, "") + IF(AND([Price Type]@row = "Early Bird", [23rd Total Radiology 30 Jan - 2 Feb]@row = 1), 1500, "") + ...
And the sum formula is just a simple:
=SUM([23rd Total Radiology 30Jan-2Feb Price AED (VAT Ex)]@row:[All Access Pass 30 Jan - 2 Feb Price AED (VAT Ex)]@row)
I have been using these formula before, but this is the 1st time i encountered this issue. I need a hand :)