Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
AJB AJB is offline
external usenet poster
 
Posts: 40
Default returning a value from x and y coordinates

I have a table in my estimating template that has screw density on the x axis
and screw length on the y axis. and the price per 1000 square feet in the
field. I want to be able to input the density and length in cells by
themselves and have the price go to a 3rd cell, automatically calculating
total cost.

VLOOKUP and HLOOKUP don't work for both axis. Can I solve this with a
formula? Any help here is appreciated.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 78
Default returning a value from x and y coordinates

Use a MATCH to find the position of your length and density, then the INDEX
function that locates an item in a table. Example, I have the length labels
on A2:A8, then the density labels on B1:G1. The formula is:
=INDEX(B2:G8, MATCH(<length,A2:A8,0), MATCH(<density,B1:G1,0))


AJB wrote:
I have a table in my estimating template that has screw density on the x axis
and screw length on the y axis. and the price per 1000 square feet in the
field. I want to be able to input the density and length in cells by
themselves and have the price go to a 3rd cell, automatically calculating
total cost.

VLOOKUP and HLOOKUP don't work for both axis. Can I solve this with a
formula? Any help here is appreciated.

Thanks.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200707/1

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
coordinates of a point bayan Charts and Charting in Excel 3 October 7th 06 01:29 PM
Are These Coordinates? [email protected] Charts and Charting in Excel 2 July 31st 06 08:28 PM
map coordinates areaume Charts and Charting in Excel 0 July 17th 06 04:35 PM
geographic Coordinates Lman Excel Discussion (Misc queries) 1 January 18th 06 11:53 PM
Triangular Coordinates Al Charts and Charting in Excel 6 January 13th 05 04:51 PM


All times are GMT +1. The time now is 05:11 AM.

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

About Us

"It's about Microsoft Excel"