+ Reply to Thread
Results 1 to 4 of 4

Populating cells based on multiple variables

  1. #1
    Registered User
    Join Date
    11-19-2015
    Location
    London, England
    MS-Off Ver
    MS Excel 2007
    Posts
    2

    Populating cells based on multiple variables

    Hello Excel Experts,

    My question is best demonstrated with the attached workbook.

    Could someone provide a formula to populate my cells with the applicable fee based on the fee structure provided?

    Any assistance would be greatly appreciated.

    Many thanks in advance.
    Attached Files Attached Files

  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,933

    Re: Populating cells based on multiple variables

    Hi, welcome to the forum

    Try this, copied across...
    =IFERROR(INDEX($G$4:$J$4,MATCH(C9,$G$3:$J$3))+ROUNDUP((C9-INDEX($G$3:$J$3,MATCH(C9,$G$3:$J$3)))/50,0)*INDEX($G$5:$J$5,MATCH(C9,$G$3:$J$3)),49)
    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
    11-19-2015
    Location
    London, England
    MS-Off Ver
    MS Excel 2007
    Posts
    2

    Re: Populating cells based on multiple variables

    As beautiful as any poetry. Excel never ceases to amaze me. 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,933

    Re: Populating cells based on multiple variables

    Happy to help and 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. Populating fields in multiple cells based on criteria in multiple columns
    By excelalways in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2014, 08:17 AM
  2. Populating Cells using Variables from Drop Down Menu
    By DNicolai in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-21-2013, 05:55 PM
  3. Populating Cells Based On Multiple Criteria
    By LordAcoustic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2013, 12:05 PM
  4. Replies: 8
    Last Post: 08-08-2012, 01:26 PM
  5. Populating userform based on 3 dropdown variables
    By k06 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-06-2012, 04:52 PM
  6. Auto-populating a calendar based on two variables
    By emfc00 in forum Excel General
    Replies: 1
    Last Post: 04-17-2012, 09:59 AM
  7. Populating parts of a cell with variables from various other cells
    By cheddarthief in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-11-2011, 02:44 PM
  8. Replies: 2
    Last Post: 09-24-2010, 08:35 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