ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Display values other than TRUE and FALSE (https://www.excelbanter.com/excel-discussion-misc-queries/254391-display-values-other-than-true-false.html)

bmac

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

T. Valko

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




ALEX

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


ALEX

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


bmac

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



.


bmac

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


T. Valko

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



.





All times are GMT +1. The time now is 06:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com