Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Karen
 
Posts: n/a
Default reference blank cell in formula

I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which works
for the True/False. However, how do I throw in another variable: if H7 is a
blank cell, then "immediately" is the result? thx, Karen

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(ISBLANK(H7),"immediately",IF(H7<=$J$3,"12/31/2006","Not Available"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Karen" wrote in message
...
I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which

works
for the True/False. However, how do I throw in another variable: if H7 is

a
blank cell, then "immediately" is the result? thx, Karen



  #3   Report Post  
Karen
 
Posts: n/a
Default

Bob, thanks a million! Your answer was 100% right on and your response was
extremely quick. Kudos!
Karen

"Bob Phillips" wrote:

=IF(ISBLANK(H7),"immediately",IF(H7<=$J$3,"12/31/2006","Not Available"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Karen" wrote in message
...
I have the following: =IF(H7<=$J$3,"12/31/2006","Not Available"), which

works
for the True/False. However, how do I throw in another variable: if H7 is

a
blank cell, then "immediately" is the result? thx, Karen




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
Excel VB-Copy formula down until adjacent cell (left) is blank? Tony P. Excel Discussion (Misc queries) 1 May 18th 05 06:11 PM
How can I use a cell reference in Sumproduct array formula? Chrism Excel Discussion (Misc queries) 1 April 7th 05 05:05 PM
Is it Possible in a formula to have a formula for cell reference? RogerBarker Excel Worksheet Functions 3 February 16th 05 09:00 PM
HOW DO I COPY FORMULA WITHOUT CHANGING CELL REFERENCE anantth Excel Discussion (Misc queries) 4 February 6th 05 12:25 PM
formula to return the value of a cell based on a looked up true reference sarah Excel Worksheet Functions 2 February 2nd 05 08:15 PM


All times are GMT +1. The time now is 07:47 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"