+ Reply to Thread
Results 1 to 2 of 2

Search and Display Formula

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

    Search and Display Formula

    Hi

    Could somebody please help me develop a formula for the following problem?

    I have a formula which some nice person here developed for me

    =IF(ISNUMBER(SEARCH("HD",A8)),IF(D8>D7,"GOOD","BAD"),"NOT HD")

    But now I need to extend on it. What I need is if A8 contains HD and D8 is greater than D7 by $50 display “GOOD” otherwise display “BAD”. Otherwise if there is no HD display NOT HD

    Please help

    Much Appreciated

    Andrew

  2. #2
    Rowan Drummond
    Guest

    Re: Search and Display Formula

    Maybe:

    =IF(ISNUMBER(SEARCH("HD",A8)),IF(D8>D7+50,"GOOD","BAD"),"NOT HD")

    Regards
    Rowan

    koba wrote:
    > Hi
    >
    > Could somebody please help me develop a formula for the following
    > problem?
    >
    > I have a formula which some nice person here developed for me
    >
    > =IF(ISNUMBER(SEARCH("HD",A8)),IF(D8>D7,"GOOD","BAD"),"NOT HD")
    >
    > But now I need to extend on it. What I need is if A8 contains HD and D8
    > is greater than D7 by $50 display “GOOD” otherwise display “BAD”.
    > Otherwise if there is no HD display NOT HD
    >
    > Please help
    >
    > Much Appreciated
    >
    > Andrew
    >
    >


+ 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