+ Reply to Thread
Results 1 to 2 of 2

Basic if formula

  1. #1
    Registered User
    Join Date
    11-07-2005
    Posts
    45

    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

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Basic if formula

    Andrew

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

    Regards

    Trevor


    "koba" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1