+ Reply to Thread
Results 1 to 6 of 6

formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant terms

  1. #1
    Registered User
    Join Date
    02-28-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    5

    Question formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant terms

    I am trying to work on formula involving VLOOKUP and IF

    On the accounts payable worksheet I am trying to automatically update the due date based on the payment terms in column F. How do I do this? Are there other formulas to use? Need Help.

    The cells in payment terms columns are automatically updated when the drop down column E is populated with a consultant. The consultant array is CONSULTANTDATA in worksheet Consultant. The payment terms are assigned in this sheet as well (column M) drop down menu where cell information is derived from array PAYTERMS under the Terms worksheet.

    This is the formula I have been working on but need some help.

    =IF(VLOOKUP($F2,PAYTERMS,1),$B2+VLOOKUP($F2,PAYTERMS,1))

    Thanks is advance!
    Attached Files Attached Files
    Last edited by raygon1970; 03-01-2015 at 02:54 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant te

    I think this is what you want?
    =B2+INDEX(Terms!$H$17:$H$24,MATCH('Accounts Payable'!$F2,Terms!$I$17:$I$24,0))

    You can add your own error-trapping if needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    02-28-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    5

    Re: formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant te

    You are AWESOME! Yes the only thing now is #N/A error I am getting but it works otherwise. Thank you so much!!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant te

    =B2+INDEX(Terms!$H$17:$H$24,MATCH('Accounts Payable'!$F2,Terms!$I$17:$I$24,0))

    You can add your own error-trapping if needed
    So perhaps...
    =IFERROR(B2+INDEX(Terms!$H$17:$H$24,MATCH('Accounts Payable'!$F2,Terms!$I$17:$I$24,0)),"")

  5. #5
    Registered User
    Join Date
    02-28-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    5

    Re: formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant te

    Many thanks again. Really trying to learn all these tricks and formulas. This worked great!
    Last edited by raygon1970; 03-01-2015 at 04:02 AM.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: formula involving VLOOKUP and IF ACCOUNTS PAYABLE 30 and 60 day based on consultant te

    Happy to help, thanks for the feedback

+ 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. Accounts Payable - trying to get daily updates
    By JohnFex in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-22-2013, 08:03 AM
  2. Excel 2007 : accounts payable tabulation
    By can_marge1008 in forum Excel General
    Replies: 0
    Last Post: 05-27-2010, 05:03 AM
  3. Bill Tracker /Accounts Payable.
    By excelkeechak in forum Excel General
    Replies: 4
    Last Post: 12-14-2009, 10:58 AM
  4. [SOLVED] Accounts payable projection and tracking
    By OEM Business Machines in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-15-2005, 06:05 PM
  5. Using Excel for Accounts Payable - Comprehensive
    By MidNiteRaver in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-07-2005, 04:10 PM

Tags for this Thread

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