Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Trouble with formulas!!!

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Trouble with formulas!!!

Use:

=if(k8<today(),0,1)



"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Trouble with formulas!!!

Dear Vikki

Try the below using TODAY() function

=IF(K8<TODAY(),0,1)

If this post helps click Yes
---------------
Jacob Skaria


"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Trouble with formulas!!!

=IF(K8<TODAY(),0,1)

"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Trouble with formulas!!!

Thank you that is perfect!!!

"Jacob Skaria" wrote:

Dear Vikki

Try the below using TODAY() function

=IF(K8<TODAY(),0,1)

If this post helps click Yes
---------------
Jacob Skaria


"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Trouble with formulas!!!

Thank you that is perfect!!!

"chriswilko" wrote:

Use:

=if(k8<today(),0,1)



"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Trouble with formulas!!!

Thank you that is perfect!!!

"RonaldoOneNil" wrote:

=IF(K8<TODAY(),0,1)

"Vikki" wrote:

Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date shown
is today or later I want it to return a value of 1 - can anyone please help???

Many thanks in advance

Vikki

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Trouble with formulas!!!

Another way:

=--(K8=TODAY())


Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"Vikki" wrote in message
...
Hi there

I am trying to create a formula in excel 2003. If the date shown in cell K8
is before todays date, I want it to return a value of 0 and if the date
shown
is today or later I want it to return a value of 1 - can anyone please
help???

Many thanks in advance

Vikki


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
HAVING TROUBLE KEEPING MY SPREADSHEET FORMULAS PERMANENT Todd Excel Discussion (Misc queries) 1 March 1st 08 02:45 PM
Trouble with DGET & VLOOKUP formulas amethyst Excel Discussion (Misc queries) 2 March 15th 07 12:21 PM
TROUBLE COPYING AND PASTING FORMULAS belga Excel Worksheet Functions 2 July 3rd 06 04:03 AM
Trouble with formulas kevhatch Excel Discussion (Misc queries) 2 January 23rd 06 01:52 AM
Trouble with Excel 2000 not calculating/performing formulas Brian C Excel Worksheet Functions 1 January 12th 05 03:07 AM


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