My spreadsheet has two sheets and I am using a SUMIF on the second sheet to sum data with specific values from the first sheet.
Both sheets have the following Columns;
Type
Value
In the Value Column of the second sheet, my code is putting
=SUMIF('Sheet1'!A:A,RC[-1],'Sheet1'!B:B)
This LOOKS correct in the spreadsheet (in cell B2, it is correctly replacing the RC[-1] with A2) however, it is displaying a #NAME error.
The only way I have found to fix it is to double click on the cell and then click on the tick without changing anything. The formula LOOKS identical, but it somehow manages to produce the correct value, instead of the error.
Any ideas ?
Both sheets have the following Columns;
Type
Value
In the Value Column of the second sheet, my code is putting
=SUMIF('Sheet1'!A:A,RC[-1],'Sheet1'!B:B)
This LOOKS correct in the spreadsheet (in cell B2, it is correctly replacing the RC[-1] with A2) however, it is displaying a #NAME error.
The only way I have found to fix it is to double click on the cell and then click on the tick without changing anything. The formula LOOKS identical, but it somehow manages to produce the correct value, instead of the error.
Any ideas ?