Hi,
I would like to multiply two columns together, however I keep getting an invalid response. Is this because the data in each of those columns is obtained through a formula? I need to multiply the value obtained through each formula to get my final answer but am not sure how to do that.
For the initial formula, I was using:
=[Column 1]@row * [Column 2]@row
For additional information, the value obtained in Column 1 and column 2 is through an IF(OR... formula and the other one is a SUM formula. Both have numeric (with decimals) answers only.
Thank you!