+ Reply to Thread
Results 1 to 9 of 9

Need to correct #N/A

  1. #1
    Registered User
    Join Date
    08-15-2016
    Location
    Chicago,IL
    MS-Off Ver
    2010
    Posts
    5

    Unhappy Need to correct #N/A

    Hello,

    I'm having a huge issue with this formula could someone help, cell H186 and D186, needs to read Humana. This info is generated from the EFT Client Lookup tab and EFT Client Lookup tab.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need to correct #N/A

    In D186, update your formula to =IFERROR(IF(A186="","",VLOOKUP(TRIM(RIGHT('Bank Txns'!L185,LEN('Bank Txns'!L185)-41)),'EFT Client Lookup'!$A:$B,2,0)),"")

  3. #3
    Registered User
    Join Date
    08-15-2016
    Location
    Chicago,IL
    MS-Off Ver
    2010
    Posts
    5

    Re: Need to correct #N/A

    Hi JieJenn,

    How can I update cell D186 with actual content(Humana) instead of an empty string value?

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need to correct #N/A

    Not sure I follow your question. Your cell D186 is a formula.

  5. #5
    Registered User
    Join Date
    08-15-2016
    Location
    Chicago,IL
    MS-Off Ver
    2010
    Posts
    5

    Re: Need to correct #N/A

    D186 is blank.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-15-2016
    Location
    Chicago,IL
    MS-Off Ver
    2010
    Posts
    5

    Re: Need to correct #N/A

    Cell d186 needs to say Humana, a trim formula is pulling from the Bank Txns tab in the formula, but its not reading the Eft Client Lookup tab.

  7. #7
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need to correct #N/A

    Your Vlookup returns no result. The IFError function converts Error to blank in this case. You can change the formula accordingly base on how you want to handle the error (#N/A)

    =IFERROR(IF(A186="","",VLOOKUP(TRIM(RIGHT('Bank Txns'!L185,LEN('Bank Txns'!L185)-41)),'EFT Client Lookup'!$A:$B,2,0)),"")

  8. #8
    Registered User
    Join Date
    08-15-2016
    Location
    Chicago,IL
    MS-Off Ver
    2010
    Posts
    5

    Re: Need to correct #N/A

    Excellent!

    Same case for cell L186-P186? Would you pleas provide an example?

  9. #9
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need to correct #N/A

    Just put IFError outside your function. For L186, it will looks like

    =IFERROR(IF(A186="","",IF(VLOOKUP(CONCATENATE(Receiving_Co,Txn_Pay_Type),'Coding by pymt type'!$A:$E,5,0)="","",CONCATENATE(IF(AND('Bank Txns'!F185="HA- Operating",'Bank Txns'!I185=20),3,VLOOKUP('Bank Txns'!F185,'Bank Account Lookup Table'!A:C,3,0)),"01-",VLOOKUP("HARecords",'Coding by pymt type'!$A:$E,5,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. [SOLVED] Formula for Predictions League - 3 points correct score or 1 point correct result
    By daveyboy1681 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-17-2016, 04:09 PM
  2. Replies: 15
    Last Post: 11-25-2014, 08:14 AM
  3. [SOLVED] Check cells are correct format and contain correct data
    By rikosborne in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-26-2014, 02:53 PM
  4. [SOLVED] Range Address Is Correct Columns Count Is Not Correct
    By goss in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-09-2013, 12:47 PM
  5. Replies: 1
    Last Post: 09-17-2012, 09:35 AM
  6. Fix Needed for Code to Send Correct Data to Correct Sheets
    By swordswinger710 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-04-2012, 03:53 PM
  7. Replies: 3
    Last Post: 05-17-2008, 05:25 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