I am getting an #Invalid Operation error when my Sum formula references a cell with results from an IF formula:
=SUM([Column 8]1 * [Column 9]1) results as #Invalid Operation error
Column 9 formula
=IF([Column 2] = "A", "0.5%", IF([Column 2] = "B", "1.5%"))
I've tried to fix by using a nested VALUE= but that does not work either. Is there anything I can do to fix it?
Thank you greatly for any help.
Gladys