![]() |
Please Help!!!! Need help with formula.
I have blank cells that I replaced with "-". I have a formula using those cells, but it gives me #VALUE! INSTEAD OF "-". How do I get the formula to recognize "-" as zero? Thanks in advance for any help!
|
Quote:
|
Please Help!!!! Need help with formula.
Insert if statement to look at cell. ---if(cell='-',0,cell)
|
Please Help!!!! Need help with formula.
Insert if statement into equation to check for dash.
If(cell='-', 0,cell) |
Please Help!!!! Need help with formula.
On Thursday, September 20, 2012 at 10:52:32 AM UTC-5, CNW wrote:
I have blank cells that I replaced with "-". I have a formula using those cells, but it gives me #VALUE! INSTEAD OF "-". How do I get the formula to recognize "-" as zero? Thanks in advance for any help! -- CNW if(cell="-",0,cell) |
Quote:
|
All times are GMT +1. The time now is 10:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com