Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default TRUE/FALSE function in IF statement

This is pretty self-explanatory what I'm doing, but I don't know why I keep
getting a #NAME? error. Please help!

I tried various forms of the following formula:

=IF(EXACT(A2,A3), AVERAGE(A2:A3), 0)

where A2 and A3 contain identical words to test how a function returning
TRUE/FALSE would work in an IF statement I have tried setting the logical
test to =TRUE, ="TRUE", etc. and keep getting the error. Since the logical
test is just something that returns TRUE/FALSE, I do not see why the IF
function is having problems digesting it.

Can someone explain to me why this doesn't work and how to correct it?
(This is not the kind of circumstance where I could use COUNTIF, EXACT, etc.,
if that's what you would suggest).

Thanks
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default TRUE/FALSE function in IF statement

Just some thoughts ..

Since A2:A3 contains words,
what do you expect: AVERAGE(A2:A3) to evaluate to?

If you're comparing real numbers, then:
=IF(A2=A3, AVERAGE(A2:A3), 0)

If you're comparing numbers but you're not sure whether these could be a mix
of text numbers/real numbers, then:
=IF(A2+0=A3+0, AVERAGE(A2:A3), 0)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:16,000 Files:354 Subscribers:53
xdemechanik
---
"Caelan Aegana" wrote:
This is pretty self-explanatory what I'm doing, but I don't know why I keep
getting a #NAME? error. Please help!

I tried various forms of the following formula:

=IF(EXACT(A2,A3), AVERAGE(A2:A3), 0)

where A2 and A3 contain identical words to test how a function returning
TRUE/FALSE would work in an IF statement I have tried setting the logical
test to =TRUE, ="TRUE", etc. and keep getting the error. Since the logical
test is just something that returns TRUE/FALSE, I do not see why the IF
function is having problems digesting it.

Can someone explain to me why this doesn't work and how to correct it?
(This is not the kind of circumstance where I could use COUNTIF, EXACT, etc.,
if that's what you would suggest).

Thanks

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
Two TRUE to one FALSE statement bluebird Excel Worksheet Functions 4 January 11th 07 04:07 PM
If Statement returns true when false? Eric Excel Discussion (Misc queries) 3 September 11th 06 01:58 PM
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
Want to change the color of a true/false logical statement with i. gregspainting Excel Worksheet Functions 2 February 19th 05 06:42 PM
How can I make a True or False statement a certain color when usi. Wendy Excel Worksheet Functions 1 January 28th 05 05:55 PM


All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"