#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default quick question


only a beginner any help would be appreciated.
Want to use the formula
=IF(C3=0,1,0) but if the cell C3 is blank (has no data) it is treating
it as 0.
any way around this problem?
Many thanks in anticipation of you help


--
tmela
------------------------------------------------------------------------
tmela's Profile: http://www.excelforum.com/member.php...o&userid=37745
View this thread: http://www.excelforum.com/showthread...hreadid=573304

  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default quick question

Try
=IF(C3="","",--(C3=0))

"tmela" wrote:


only a beginner any help would be appreciated.
Want to use the formula
=IF(C3=0,1,0) but if the cell C3 is blank (has no data) it is treating
it as 0.
any way around this problem?
Many thanks in anticipation of you help


--
tmela
------------------------------------------------------------------------
tmela's Profile: http://www.excelforum.com/member.php...o&userid=37745
View this thread: http://www.excelforum.com/showthread...hreadid=573304


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default quick question

Try:

=IF(AND(C3=0,C3<""),1,0)

--
Damon Longworth

2006 West Coast Excel / Access User Conference
October 25-27th, 2006
Marina del Rey Hotel
Marina del Rey, California USA
http://www.exceluserconference.com/WCEUC.html

"tmela" wrote in
message ...

only a beginner any help would be appreciated.
Want to use the formula
=IF(C3=0,1,0) but if the cell C3 is blank (has no data) it is treating
it as 0.
any way around this problem?
Many thanks in anticipation of you help


--
tmela
------------------------------------------------------------------------
tmela's Profile:
http://www.excelforum.com/member.php...o&userid=37745
View this thread: http://www.excelforum.com/showthread...hreadid=573304



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
quick access bar Jean-Marc Excel Discussion (Misc queries) 0 May 30th 06 08:00 AM
Quick little question ben simpson Excel Discussion (Misc queries) 3 April 11th 06 02:35 PM
Formula Question thereclas Excel Worksheet Functions 4 March 20th 06 11:40 PM
Quick question, just for interest... Tibbs Excel Discussion (Misc queries) 2 March 10th 06 12:04 PM
Quick Question Jenn Excel Discussion (Misc queries) 2 November 1st 05 09:20 PM


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"