+ Reply to Thread
Results 1 to 2 of 2

If cell says Not Found then give me details from another cell

  1. #1
    Registered User
    Join Date
    12-05-2013
    Location
    Glasgow
    MS-Off Ver
    Excel 2010
    Posts
    12

    If cell says Not Found then give me details from another cell

    Hi All

    I have two columns, column A and column B. These two columns are based on lookups to other sheets and have returned information. If the criteria within the lookup formula can't be found on these other sheets then the lookup formula in columns A and B returns "Not Found".

    What I'd like is a third column which firstly looks at Column B and returns what is entered in this column, unless that column says "Not Found". If it does say not found I want the formula to then look at Column A and return what is entered here.

    An example is below:-

    A B New

    Apple Apple Apple
    Not Found Orange Orange
    Pear Not Found Pear

    Many thanks

    Iain

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: If cell says Not Found then give me details from another cell

    =IF(B1="Not Found",A1,B1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to find a cell value and when found give a value from other cell range.
    By tegno in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2013, 04:09 PM
  2. Replies: 2
    Last Post: 10-12-2012, 11:38 PM
  3. Replies: 6
    Last Post: 08-06-2012, 03:09 PM
  4. How to give space in charaters in a cell by refering the same cell?
    By Ammy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-05-2012, 02:22 PM
  5. Replies: 5
    Last Post: 01-11-2011, 04:45 AM

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