ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Basic if formula (https://www.excelbanter.com/excel-discussion-misc-queries/77016-basic-if-formula.html)

koba

Basic if formula
 

Hi all

Just need some help with an if formula

if B1 = A1 then i want it to display "Same", otherwise if it is higher
then display "Higher", if lower then display "Lower", if there is
nothing in A1 and a figure in B1 then i would like it to display "New
Price"

Thanks
Andrew


--
koba
------------------------------------------------------------------------
koba's Profile: http://www.excelforum.com/member.php...o&userid=28639
View this thread: http://www.excelforum.com/showthread...hreadid=521967


Trevor Shuttleworth

Basic if formula
 
Andrew

=IF(AND(A1="",B1<""),"New
Price",IF(B1=A1,"Same",IF(B1A1,"Higher","Lower")) )

Regards

Trevor


"koba" wrote in message
...

Hi all

Just need some help with an if formula

if B1 = A1 then i want it to display "Same", otherwise if it is higher
then display "Higher", if lower then display "Lower", if there is
nothing in A1 and a figure in B1 then i would like it to display "New
Price"

Thanks
Andrew


--
koba
------------------------------------------------------------------------
koba's Profile:
http://www.excelforum.com/member.php...o&userid=28639
View this thread: http://www.excelforum.com/showthread...hreadid=521967





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

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