![]() |
Return error #VALUE!
Why do I get this error with this formula? =IF(D3=0,"",E3/2000)*(G3/D3)
|
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 |
All times are GMT +1. The time now is 05:24 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com