Forum Discussion
Excel Newbie
- Feb 12, 2022
#VALUE is Excel's way of saying, "There's something wrong with the way your formula is typed. Or, there's something wrong with the cells you are referencing." The error is very general, and it can be hard to find the exact cause of it. The information on this page shows common problems and solutions for the error. You may need to try one or more of the solutions to fix your particular error.
How to correct a #VALUE! error
You could also use SUM in the same fashion:
=SUM(IF(ISERROR(G7),"",(F5*0.2068+F2)))
...should work :).
Hope I was able to help you with this info.
I know I don't know anything (Socrates)
Was the answer useful? Mark them as helpful!
This will help all forum participants.
- StillgrinningFeb 14, 2022Copper Contributor
Stillgrinning File uploaded
- NikolinoDEFeb 14, 2022Gold ContributorMaximum size: 71 MB • Maximum attachments allowed: 5
- StillgrinningFeb 14, 2022Copper ContributorHave uploaded the file a bit lower down, but I think to myself. Gloom.
- NikolinoDEFeb 14, 2022Gold Contributor
should actually work...if I didn't make a mistake in reasoning :).
Have fun with Excel.