Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Display values other than TRUE and FALSE

Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Display values other than TRUE and FALSE

Try this...

=IF(AND($E2=H$1,$E2<I$1),"Yes","No")

--
Biff
Microsoft Excel MVP


"bmac" wrote in message
...
Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 493
Default Display values other than TRUE and FALSE

Please try this.
=IF(AND($E2=H$1,$E2<I$1),"YES","NO")

"bmac" wrote:

Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 493
Default Display values other than TRUE and FALSE

=IF(AND($E2=H$1,$E2<I$1),"YES","NO")
Please try this.

"bmac" wrote:

Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Display values other than TRUE and FALSE

Perfect, thanks much

"T. Valko" wrote:

Try this...

=IF(AND($E2=H$1,$E2<I$1),"Yes","No")

--
Biff
Microsoft Excel MVP


"bmac" wrote in message
...
Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance



.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Display values other than TRUE and FALSE

Thanks very much!

"Alex" wrote:

=IF(AND($E2=H$1,$E2<I$1),"YES","NO")
Please try this.

"bmac" wrote:

Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true and
false.

Thanks very much in advance

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Display values other than TRUE and FALSE

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"bmac" wrote in message
...
Perfect, thanks much

"T. Valko" wrote:

Try this...

=IF(AND($E2=H$1,$E2<I$1),"Yes","No")

--
Biff
Microsoft Excel MVP


"bmac" wrote in message
...
Hello, I have the following formula that returns TRUE and FALSE values.
=AND($E2=H$1,$E2<I$1)

How do I modify the formula to display "YES" and "NO" instead of true
and
false.

Thanks very much in advance



.



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
how do I format cells containing a value to display as true/false gootroots Excel Discussion (Misc queries) 3 May 11th 23 07:43 PM
Display TRUE / FALSE Instead Of 1 / 0 ExcelUser123 Excel Discussion (Misc queries) 12 April 3rd 23 04:37 PM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
match data in 2 sheets then display true/false from vlkup Lenard Excel Worksheet Functions 0 October 3rd 07 03:50 PM
Simple Check Box - without True/False values Lisa Excel Discussion (Misc queries) 5 February 13th 07 04:20 PM


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