Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Logical test

The function you are writing will always return FALSE, since A8
will be either TRUE or FALSE, never both. However, in general
terms, you use the AND function to test more than one condition.
E.g.,

=AND(ISBLANK(A8)=TRUE,ISBLANK(A8)=FALSE)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"mathew" wrote in message
...
I'm sure this is an easy one for you guys! I'm trying to use

this logical statement as a conditional format for an input
cell. The logical test comes back as an error. I don't know
why! How do you combine logical test?
=ISBLANK(A8)=FALSE & ISBLANK(A8)=TRUE

I need some help!!!



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 75
Default Logical test

Chip: Thank you!

"Chip Pearson" wrote:

The function you are writing will always return FALSE, since A8
will be either TRUE or FALSE, never both. However, in general
terms, you use the AND function to test more than one condition.
E.g.,

=AND(ISBLANK(A8)=TRUE,ISBLANK(A8)=FALSE)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"mathew" wrote in message
...
I'm sure this is an easy one for you guys! I'm trying to use

this logical statement as a conditional format for an input
cell. The logical test comes back as an error. I don't know
why! How do you combine logical test?
=ISBLANK(A8)=FALSE & ISBLANK(A8)=TRUE

I need some help!!!




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
Can I use 'CONTAINS' in an IF Logical Test? MichaelRobert Excel Worksheet Functions 3 April 2nd 23 08:11 PM
IF Logical Test s bruce New Users to Excel 5 February 23rd 09 05:15 PM
Logical Test AFA Excel Worksheet Functions 2 May 13th 08 02:56 AM
Logical Test Lance Excel Worksheet Functions 1 March 16th 06 09:26 PM
Logical test Sooraj Excel Discussion (Misc queries) 2 January 25th 05 12:59 PM


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