Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Greg B
 
Posts: n/a
Default Help with if function

Sorry for another post but

I use this =IF(A2<NOW(),"yes","no")

How do I add a extra part to it it has to be in between the range of now()
and now()+14

How would I put that into the formula

Thanks again

Greg


  #2   Report Post  
Chris Short
 
Posts: n/a
Default

IF(and(A2NOW(),A2<NOW()+14), "yes", "no")

(you may want to use <= and =, depending on your exact requirement.

Cheers,

Christopher

"Greg B" wrote in message
...

Sorry for another post but




I use this =IF(A2<NOW(),"yes","no")




How do I add a extra part to it it has to be in between the range of


now() and now()+14




How would I put that into the formula




Thanks again




Greg


"Greg B" wrote in message
...
Sorry for another post but

I use this =IF(A2<NOW(),"yes","no")

How do I add a extra part to it it has to be in between the range of now()
and now()+14

How would I put that into the formula

Thanks again

Greg



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

Also, you probably want TODAY not NOW, as 03/03/2005 is less than NOW() but
equal to TODAY()

=IF(AND(A2=TODAY(),A2<=TODAY()+14), "yes", "no")

--

HTH

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


"Chris Short" wrote in message
...
IF(and(A2NOW(),A2<NOW()+14), "yes", "no")

(you may want to use <= and =, depending on your exact requirement.

Cheers,

Christopher

"Greg B" wrote in message
...

Sorry for another post but




I use this =IF(A2<NOW(),"yes","no")




How do I add a extra part to it it has to be in between the range of


now() and now()+14




How would I put that into the formula




Thanks again




Greg


"Greg B" wrote in message
...
Sorry for another post but

I use this =IF(A2<NOW(),"yes","no")

How do I add a extra part to it it has to be in between the range of

now()
and now()+14

How would I put that into the formula

Thanks again

Greg





  #4   Report Post  
Greg B
 
Posts: n/a
Default

Thanks again

The and function worked just right

Thanks Greg


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
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


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

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"