Return error #VALUE!
What's in E3?
What's in G3?
What's in D3?
If they're really all numbers, maybe you want:
=IF(D3=0,"",(E3/2000)*(G3/D3))
(you can't multiply "" by g3/d3.)
GYoder wrote:
Why do I get this error with this formula? =IF(D3=0,"",E3/2000)*(G3/D3)
--
Dave Peterson
|