Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Looking for Excel Wizzards
 
Posts: n/a
Default Alternative to Vlookup/Hlookup to return a value.

I am trying to prepare a logistics cost analysis and I would like to be able
to do the following:

I have a populated matrix of logistics costs from the origin to destination.
For Example:
From \ To Detroit Chicago Orlando New York Seattle
Detroit $- $20.00 $63.00 $81.00 $95.00
Chicago $45.00 $- $12.00 $35.00 $47.00
Orlando $65.00 $46.00 $- $34.00 $58.00
L.A. $32.00 $54.00 $28.00 $10.00 $26.00
Houston $75.00 $12.00 $41.00 $69.00 $50.00

What I am looking to accomplish is create a spreadsheet that I use to
perform scenario testing. I would like to be able to vary the From/To
locations manually, and have the formula return the transportation cost.

There are several criteria that I need to link into this formula (like
pallet size, pallets/trailer, etc.) - without using vlookup/hlookup functions.

Please help. My email is
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

For the From and To question: you can combine INDEX() and MATCH() functions
to figure out which row & column intersection you want. MATCH() will tell
you how many rows down you will find your From city & how many columns over
to find the To city. Then use INDEX() to retreive the intersection of the
indicated row and column.

The second part - where you want to link in pallet size and other factors -
are you suggesting you want a way to use a 3, 4, or more dimension lookup?
OUCH!

Give us some more detail on how those other factors enter into this.

"Looking for Excel Wizzards" wrote:

I am trying to prepare a logistics cost analysis and I would like to be able
to do the following:

I have a populated matrix of logistics costs from the origin to destination.
For Example:
From \ To Detroit Chicago Orlando New York Seattle
Detroit $- $20.00 $63.00 $81.00 $95.00
Chicago $45.00 $- $12.00 $35.00 $47.00
Orlando $65.00 $46.00 $- $34.00 $58.00
L.A. $32.00 $54.00 $28.00 $10.00 $26.00
Houston $75.00 $12.00 $41.00 $69.00 $50.00

What I am looking to accomplish is create a spreadsheet that I use to
perform scenario testing. I would like to be able to vary the From/To
locations manually, and have the formula return the transportation cost.

There are several criteria that I need to link into this formula (like
pallet size, pallets/trailer, etc.) - without using vlookup/hlookup functions.

Please help. My email is

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
How do I return dynamic lists? liciakay Excel Worksheet Functions 1 March 30th 05 08:22 AM
If (either of these) return this taxmom Excel Worksheet Functions 6 March 29th 05 09:15 PM
RETURN intersecting value with known horizotal & vertical?? || cypher || Excel Worksheet Functions 4 February 2nd 05 09:27 PM


All times are GMT +1. The time now is 04:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"