ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help required for formula (https://www.excelbanter.com/excel-discussion-misc-queries/77396-help-required-formula.html)

recklaw

Help required for formula
 

I want to utilise a formula in excel, but am not sure exactly how to
enter it
My formula needs to do the following: -

If (AB) then display x
If (A<B) then display y
If (A=B) then display z

Naturally I would prefer to do this in one cell.

Using the If command it would appear I could set the formula to say :
-

=IF(A1B1,"X","Y")

However this will only display X if A is greater than B and Y if A is
less than or equal B.

Is there a way to work out the three different values?


--
recklaw
------------------------------------------------------------------------
recklaw's Profile: http://www.excelforum.com/member.php...o&userid=32469
View this thread: http://www.excelforum.com/showthread...hreadid=522572


davesexcel

Help required for formula
 

=IF(A1=B1,"Z",IF(A1<B1,"Y","X"))
This should work


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=522572


recklaw

Help required for formula
 

Just to let you all know I managed to work it out
I nested my formula using the following: -

=IF(A2B2,"X",IF(A2<B2,"Y", IF(A2=B2,"Z")))


--
recklaw
------------------------------------------------------------------------
recklaw's Profile: http://www.excelforum.com/member.php...o&userid=32469
View this thread: http://www.excelforum.com/showthread...hreadid=522572



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

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