Forum Discussion
Jupiter1
Dec 11, 2020Copper Contributor
help with Formula
Hi, I have multiple formulas in one cell and want to add the results together and then divide the total by a value of .30 I have this so far but I'm not getting the correct result. I hope someon...
Twifoo
Dec 11, 2020Silver Contributor
I guess you should modify your formula to this:
=IFERROR(SUM(AA3,G3,VLOOKUP(B3,Colour!$A$2:$B$7,2,0))/0.30,"NOT AVAILABLE")