+ Reply to Thread
Results 1 to 4 of 4

Vlookup multiple tables?

  1. #1
    Registered User
    Join Date
    12-03-2008
    Location
    UK
    Posts
    22

    Vlookup multiple tables?

    Hello Wise ones

    I am trying to create my own postage rate calculator, I have attached my test spreadsheet showing as far as I have got to date
    At present I can put a weight in G3 and it gives me 3 different results in F3, G3 and H3
    I am wanting the ability to choose one of these F3, G3 or H3 and have I3 show the total of that choice + D3 (with me so far??)
    I have looked through loads of threads and have only succeeded in baffling myself
    As I am a novice to this sort of thing any help would be gratefully appreciated

    Many thanks
    Peter



    test2807.xlsx
    Peter
    onwards and upwards

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Vlookup multiple tables?

    I am wanting the ability to choose one of these F3, G3 or H3 and have I3 show the total of that choice + D3 (with me so far??)
    What is the criteria for choosing which of the three cells to return?

    Are you looking to factor in the least number to get the lowest postage?
    Tell us the logic of choosing which value and certainly a solution will be given.

  3. #3
    Registered User
    Join Date
    12-03-2008
    Location
    UK
    Posts
    22

    Re: Vlookup multiple tables?

    Hello Palmetto,

    I would like to be able to see the different total in I3 dependant on the postal rate (f3,g3 or h3) I choose, as it is now I have to manually change the formula in I3
    Or should I just have ALL the different totals showing in their own columns ???

    Peter

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Vlookup multiple tables?

    Insert a column between H & I and give it a header of "Pick Rate"
    In the cell below this header use Data Validation with the list option.

    The list items could be: 1st Recorded, 2nd Recorded, 2nd Standard

    Replace the existing addition formula (D3+F3) with this:
    =IF(I3="2nd Recorded",G3+D3,IF(I3="2nd Standard",H3+D3,F3+D3))
    See attached.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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