Forum Discussion
stephurso
Jan 21, 2022Copper Contributor
#VALUE Error when no value in cell
Hello, I have a spreadsheet with cell F73 to multiply two cells =D73*E73. When a value is not in cell E73, Cell F73 displays #Value. How do I get rid of that error? Once I place a value in E7...
- Jan 21, 2022Replace the double quotes with a 0.
stephurso
Jan 21, 2022Copper Contributor
You are correct. There is a formula in that field that pulls in a cost from another field.
=IFERROR(VLOOKUP(B73,Parts,4,FALSE),"")
=IFERROR(VLOOKUP(B73,Parts,4,FALSE),"")
Detlef_Lewin
Jan 21, 2022Silver Contributor
Replace the double quotes with a 0.
- stephursoJan 22, 2022Copper ContributorThank you so much! This worked. I can't tell you how much time this will save everyone. So grateful to have logged into this forum.
Steph