Forum Discussion
Mark751075
Oct 12, 2022Copper Contributor
Disregard a fomulaed cell that i need to calculate in a =sum function
Hi I have a #VALUE in a cell where i have entered the following Formula =sum(C6;D6:* B6) The reason for the #VALUE! is most likely that Although cell D6 shows a figure it is produced from a...
- Oct 12, 2022
Mark751075 Then take the *6 outside the SUM function.
=SUM(C6:D6)*B6 should work.
Or perhaps, change the "" in the IFNA function to the number 0.
Mark751075
Oct 12, 2022Copper Contributor
Woops - I typed the =sum formula wrong it should read as =sum(C6:D6*B6)
Sorry for the confusion
Sorry for the confusion
Riny_van_Eekelen
Oct 12, 2022Platinum Contributor
Mark751075 Then take the *6 outside the SUM function.
=SUM(C6:D6)*B6 should work.
Or perhaps, change the "" in the IFNA function to the number 0.
- Mark751075Oct 12, 2022Copper ContributorOf Course (Doh!!) The 0 instead of the "" worked a treat
Thanks so much