Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
irresistible007
 
Posts: n/a
Default Logical formula problem


Dear reader,

I know i am mistaking but the problem is that i cant find my mistake.

I am actually practising IF formula... below is the situation

DATA:
A1= 11/16/2005
A2= 11/17/2005
A3= 11/18/2005

B1= "=IF(A1="TODAY()", "True", "False")"
B2= "=IF(A2="TODAY()", "True", "False")"
B3= "=IF(A3="TODAY()", "True", "False")"

Well today is actually 17th Nov-05 but still I am getting "False" for
*-all three cells-* !!!

Where am i mistaking ??


--
irresistible007


------------------------------------------------------------------------
irresistible007's Profile: http://www.hightechtalks.com/m63
View this thread: http://www.hightechtalks.com/t2287876

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Logical formula problem

Hi!

Get rid of some of the quotes:

B1= "=IF(A1="TODAY()", "True", "False")"


=IF(A1=TODAY(),"True", "False")

That can also be expressed as:

=A1=TODAY()

It will also return TRUE or FALSE but as Boolean values where the IF formula
returns True or False as TEXT values.

Biff

"irresistible007"
wrote in message
...

Dear reader,

I know i am mistaking but the problem is that i cant find my mistake.

I am actually practising IF formula... below is the situation

DATA:
A1= 11/16/2005
A2= 11/17/2005
A3= 11/18/2005

B1= "=IF(A1="TODAY()", "True", "False")"
B2= "=IF(A2="TODAY()", "True", "False")"
B3= "=IF(A3="TODAY()", "True", "False")"

Well today is actually 17th Nov-05 but still I am getting "False" for
*-all three cells-* !!!

Where am i mistaking ??


--
irresistible007


------------------------------------------------------------------------
irresistible007's Profile: http://www.hightechtalks.com/m63
View this thread: http://www.hightechtalks.com/t2287876



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
Incremental formula problem Benjamin Excel Worksheet Functions 4 October 18th 05 02:42 PM
IF formula problem Joe Gieder Excel Worksheet Functions 3 October 13th 05 07:37 PM
Problem with Formula John Excel Worksheet Functions 15 September 19th 05 12:55 PM
Problem with formula in Excel Bill R Excel Worksheet Functions 3 August 15th 05 03:02 AM
problem with Array Formula OrdOff Excel Worksheet Functions 2 June 30th 05 04:57 PM


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