Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Greater than zero problem

I need a formula which returns True if the referenced cell has a value and
false if it does not.

I tried =If(I30,True,False). The problem is that cell I3 contains a
formula =IF(I3="",IF(WEEKDAY($A$1)=4,$A$1,""),I3+1) which either returns a
value to the cell if the condition is met, or leaves the cell blank if the
condition is not met. The reference I3 is used just for this example. It
could actually be one of 46 cells.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Greater than zero problem

=NOT(I3="")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Patrick Simonds" wrote in message ...
|I need a formula which returns True if the referenced cell has a value and
| false if it does not.
|
| I tried =If(I30,True,False). The problem is that cell I3 contains a
| formula =IF(I3="",IF(WEEKDAY($A$1)=4,$A$1,""),I3+1) which either returns a
| value to the cell if the condition is met, or leaves the cell blank if the
| condition is not met. The reference I3 is used just for this example. It
| could actually be one of 46 cells.
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,726
Default Greater than zero problem

=LEN(I3)0

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"Patrick Simonds" wrote in message
...
I need a formula which returns True if the referenced cell has a value and
false if it does not.

I tried =If(I30,True,False). The problem is that cell I3 contains a
formula =IF(I3="",IF(WEEKDAY($A$1)=4,$A$1,""),I3+1) which either returns
a value to the cell if the condition is met, or leaves the cell blank if
the condition is not met. The reference I3 is used just for this example.
It could actually be one of 46 cells.



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
Another Greater Than Less Than onditional problem. Scott Dann Excel Worksheet Functions 7 August 1st 09 10:26 AM
Problem with Conditional Formatting and Greater than or equal too Amanda Excel Discussion (Misc queries) 1 May 29th 08 05:17 PM
CountIf Greater Than/Find Greater Than Sisilla[_2_] Excel Programming 12 October 6th 06 08:04 PM
Greater Than / Less Than Problem Mhz New Users to Excel 11 July 13th 06 08:10 PM
GREATER OR EQUAL TO BUT LESS THAN Problem using Sumproduct Ragdyer Excel Worksheet Functions 0 September 29th 05 05:39 AM


All times are GMT +1. The time now is 07:07 AM.

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

About Us

"It's about Microsoft Excel"