Kaylea has attended:
Excel Advanced course
Formulas
How can I correct this formula?
=SUM(F3-F6:F16)
The result was #VALUE!
Thanks,
Kaylea
RE: Formulas
Hello Kaylea
Thank you for your question.
Is the result you are after to take the values in F6:F16 and minus them from the value in F3?
Kind regards
Amanda
RE: Formulas
yes, thats correct
thanks
RE: Formulas
Try the following:
=F3-SUM(F6:F16)
Kind regards
Amanda