View Single Post
 
Old 03-22-2020, 06:23 PM
dhouston1000 dhouston1000 is offline Windows 10 Office 2010
Novice
 
Join Date: Jan 2020
Posts: 14
dhouston1000 is on a distinguished road
Default Multiple IF formulas that are not nested still returning #VALUE!

I am working on an order form that needs to remain as simple as it currently is. The If statements test to see if a cell is greater than 0. (quantity or how many) If it is then it multiplies that cell by the cell next to it which is the price. Then I add up the cells.


As long as there is a value in the cells I get a proper outcome. If a cell is empty the cell returns #VALUE!.


I looked at putting the logic within each cell but that would require another column and add more complexity to this order form. The people I work with need simple.


Thanks, David
Attached Files
File Type: xlsx test.xlsx (16.7 KB, 8 views)
Reply With Quote