+ Reply to Thread
Results 1 to 5 of 5

Help with finding missing character in formula

  1. #1
    Registered User
    Join Date
    12-27-2012
    Location
    Alabama
    MS-Off Ver
    Excel 2010
    Posts
    50

    Help with finding missing character in formula

    Can you guys tell me where I am going wrong here? Been looking at it too long I think.

    =IF(C39<>'COR Log'!B5,IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("Approved",'COR Log'!D$6:D$100,0)),""),(IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("APPROVED",'COR Log'!D$6:D$100,0))

    Thank you

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help with finding missing character in formula

    Try

    =IF(C39<>'COR Log'!B5,IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("Approved",'COR Log'!D$6:D$100,0)),""),IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("APPROVED",'COR Log'!D$6:D$100,0)),""))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    12-27-2012
    Location
    Alabama
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Help with finding missing character in formula

    That worked great ACE - can you look at this one really quick? I think if we can get it to work I can finally be done with this thing that I have been working on for 3 days

    =IF(AND(Bond="NO",Hardware="YES"),"HARDWARE",IF(Bond="YES","MISC GLAZING"),IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("Approved",'COR Log'!D$6:D$100,0)),"")

  4. #4
    Registered User
    Join Date
    12-27-2012
    Location
    Alabama
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Help with finding missing character in formula

    That worked great ACE - can you look at this one really quick? I think if we can get it to work I can finally be done with this thing that I have been working on for 3 days

    =IF(AND(Bond="NO",Hardware="YES"),"HARDWARE",IF(Bond="YES","MISC GLAZING"),IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("Approved",'COR Log'!D$6:D$100,0)),"")

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help with finding missing character in formula

    Try

    =IF(AND(Bond="NO",Hardware="YES"),"HARDWARE",IF(Bond="YES","MISC GLAZING",IFERROR(INDEX('COR Log'!B$6:B$100,MATCH("Approved",'COR Log'!D$6:D$100,0)),"")))

+ 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. Finding corresponding value and replace where its missing
    By Makaroni in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-02-2011, 10:11 PM
  2. Excel 2007 - missing character in hyperlink
    By darkan9el in forum Excel General
    Replies: 1
    Last Post: 12-17-2007, 05:43 PM
  3. [SOLVED] Finding Missing Data
    By Jordan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2006, 12:43 AM
  4. finding out missing entries!
    By via135 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-09-2006, 03:35 PM
  5. Help finding missing numbers
    By fuegoman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-03-2005, 07:54 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