+ Reply to Thread
Results 1 to 4 of 4

return text when values don't match

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    return text when values don't match

    Hi All,

    Need some help-

    On the attached spread sheet I need a formula in 'AUTHORISED FOR DESTRUCTION' N2 that looks at C2 in 'hb 30092013'

    If the value in C2 doesn't appear in 'AUTHORISED FOR DESTRUCTION' then I want to return the word 'DESTROYED'.

    Any ideas?

  2. #2
    Registered User
    Join Date
    09-02-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2013
    Posts
    44

    Re: return text when values don't match

    Where exactly in the 'AUTHORISED FOR DESTRUCTION' should you find the C2 value from 'hb 30092013' to be displayed, anywhere in the sheet?

  3. #3
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: return text when values don't match

    Hi Jake
    Use this formula:
    =IF(ISERROR(VLOOKUP('hb 30092013'!C2,'AUTHORISED FOR DESTRUCTION'!C:C,1,FALSE)),"DESTROYED","")
    Good luck.
    Tony

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: return text when values don't match

    Hi Jake,

    Try this in N2 and copy it down..

    =IFERROR(VLOOKUP(C2,'hb 30092013'!C1:C1193,1,FALSE),"DESTROYED")
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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] Two Excel sheets trying to match text data and return the match from the second column!
    By bankcott in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2013, 02:17 PM
  2. Replies: 2
    Last Post: 11-12-2012, 06:26 AM
  3. Traverse a colum match a text and return sum of all values in adjacent cells
    By realdost in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-23-2012, 09:49 PM
  4. Search text string for range of text values - return match
    By crugg in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-03-2010, 09:55 AM
  5. Replies: 5
    Last Post: 10-11-2008, 04:01 PM

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