ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Referencing cells text output if it meets specific conditions (https://www.excelbanter.com/excel-worksheet-functions/22365-referencing-cells-text-output-if-meets-specific-conditions.html)

Chersie

Referencing cells text output if it meets specific conditions
 
I have three cells, two of which return "FALSE" depending on the conditions
and one that outputs text. I am trying to then have another cell look at
these three cells and return the text from the cell that is not FALSE.

The third cell can be any of three different statements. What is the
formula to return only the cell information on the one that is not FALSE so
that it will return the same text?

Thank you so much,
Chersie

JulieD

Hi Chersie

one method (but i'm sure there's a better way)

=IF(ISTEXT(B24),B24,IF(ISTEXT(C24),C24,IF(ISTEXT(D 24),D24,"all false")))
with your three cells being B24, C24, D24

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Chersie" wrote in message
...
I have three cells, two of which return "FALSE" depending on the conditions
and one that outputs text. I am trying to then have another cell look at
these three cells and return the text from the cell that is not FALSE.

The third cell can be any of three different statements. What is the
formula to return only the cell information on the one that is not FALSE
so
that it will return the same text?

Thank you so much,
Chersie




Chersie

Thanks so much JulieD! I figured out another way to do it but I like yours
better! Thanks for the insight!!!

"JulieD" wrote:

Hi Chersie

one method (but i'm sure there's a better way)

=IF(ISTEXT(B24),B24,IF(ISTEXT(C24),C24,IF(ISTEXT(D 24),D24,"all false")))
with your three cells being B24, C24, D24

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Chersie" wrote in message
...
I have three cells, two of which return "FALSE" depending on the conditions
and one that outputs text. I am trying to then have another cell look at
these three cells and return the text from the cell that is not FALSE.

The third cell can be any of three different statements. What is the
formula to return only the cell information on the one that is not FALSE
so
that it will return the same text?

Thank you so much,
Chersie





JulieD

you're welcome and thanks for the feedback

"Chersie" wrote in message
...
Thanks so much JulieD! I figured out another way to do it but I like
yours
better! Thanks for the insight!!!

"JulieD" wrote:

Hi Chersie

one method (but i'm sure there's a better way)

=IF(ISTEXT(B24),B24,IF(ISTEXT(C24),C24,IF(ISTEXT(D 24),D24,"all false")))
with your three cells being B24, C24, D24

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Chersie" wrote in message
...
I have three cells, two of which return "FALSE" depending on the
conditions
and one that outputs text. I am trying to then have another cell look
at
these three cells and return the text from the cell that is not FALSE.

The third cell can be any of three different statements. What is the
formula to return only the cell information on the one that is not
FALSE
so
that it will return the same text?

Thank you so much,
Chersie








All times are GMT +1. The time now is 12:04 AM.

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