+ Reply to Thread
Results 1 to 2 of 2

can i use vlookup and hlookup together

  1. #1
    Tinman09
    Guest

    can i use vlookup and hlookup together

    i have a table for calculating cost for post. horizontal fields are area
    zones and vertical fields are weight. How can i create a formula that takes
    the zone reference and weight from two different cells and marries the two to
    go to the cell with the price for that zone and that weight?
    Tinny Scotland

  2. #2
    Rowan Drummond
    Guest

    Re: can i use vlookup and hlookup together

    One way:

    If your data is in A1:H11 including headings. The weight you are looking
    up in K1 and the zone in K2 then:
    =INDEX($A$1:$H$11,MATCH(K1,$A$1:$A$11,0),MATCH(K2,$A$1:$H$1,0))

    Hope this helps
    Rowan

    Tinman09 wrote:
    > i have a table for calculating cost for post. horizontal fields are area
    > zones and vertical fields are weight. How can i create a formula that takes
    > the zone reference and weight from two different cells and marries the two to
    > go to the cell with the price for that zone and that weight?
    > Tinny Scotland


+ 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