Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
bob bob is offline
external usenet poster
 
Posts: 5
Default May I ask for a formula please?

I am new to this.

Cell K1 will display the current date, if cell L1 is equal or less than
current date then it will display letter "Y" in cell M1.

Many thanks
Bob


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default May I ask for a formula please?

Hi Bob,

A simple formula to be typed in cell M1 :
=if(L1<=K1,"Y","N")

HTH
Cheers
Carim

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default May I ask for a formula please?

Use the IF function,

=IF(L1<=K1,"Y","N")

if L1 is less than or equal to K1, put a Y in the current cell, otherwise
put an N in the current cell.

Jim

"bob" wrote:

I am new to this.

Cell K1 will display the current date, if cell L1 is equal or less than
current date then it will display letter "Y" in cell M1.

Many thanks
Bob



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default May I ask for a formula please?


bob Wrote:
I am new to this.

Cell K1 will display the current date, if cell L1 is equal or less
than
current date then it will display letter "Y" in cell M1.

Many thanks
Bob


In K1 enter = TODAY()
L1 your date
In M1 enter = IF( L1K1,"","Y")

If you want "N" in M1 if condition is not met then formula for M1 will
be

=IF(L1K1,"N","Y")

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...o&userid=30338
View this thread: http://www.excelforum.com/showthread...hreadid=509333

  #5   Report Post  
Posted to microsoft.public.excel.programming
bob bob is offline
external usenet poster
 
Posts: 5
Default May I ask for a formula please?

many thanks for that


"Carim" wrote in message
oups.com...
Hi Bob,

A simple formula to be typed in cell M1 :
=if(L1<=K1,"Y","N")

HTH
Cheers
Carim



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
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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