Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Estimates with multiple look ups

Hi,
I am preparing an estimation template. I have a source table which has the
estimated hours of effort and a table which gives options to select the
variables which gives the output.

Please assist me in finding a forumla for multiple variables. The last
column of Estimates table will have the formula. The table has all the
variables possible.

Ex: If i have Release notes as deliverable, and of low complexity with 5
pages, the result should be 5*4 = 20 Hrs.

Estimates table:
S.No Deliverable Complexity of FD No. of Pages
1 Release Notes Low 5
2 User Guides Medium 4
3 Dictionary Medium 5
4 File Layouts High 6


Source Table for Estimates.

FD Complexity RN UG Dictionary File Layout
Low 4 3 3 8
Medium 6 6 5 8
High 8 8 8 8

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Estimates with multiple look ups

Use MATCH function to get the row and column.
Get the right value using the INDEX function

A1:D5 is the estimation table

In Cell E2 enter the below formula. D2 is 5

=D2*INDEX($A$9:$E$12,MATCH(C2,$A$9:$A$12,1),MATCH( B2,$A$9:$E$9,1))

$A$9:$E$12 is the Source of Estimates
$A$9:$A$12 is the FD Complexity
$A$9:$E$9 is the source header (Please make sure to use the same wordings)

If this post helps click Yes
---------------
Jacob Skaria


"Sri Harsha" wrote:

Hi,
I am preparing an estimation template. I have a source table which has the
estimated hours of effort and a table which gives options to select the
variables which gives the output.

Please assist me in finding a forumla for multiple variables. The last
column of Estimates table will have the formula. The table has all the
variables possible.

Ex: If i have Release notes as deliverable, and of low complexity with 5
pages, the result should be 5*4 = 20 Hrs.

Estimates table:
S.No Deliverable Complexity of FD No. of Pages
1 Release Notes Low 5
2 User Guides Medium 4
3 Dictionary Medium 5
4 File Layouts High 6


Source Table for Estimates.

FD Complexity RN UG Dictionary File Layout
Low 4 3 3 8
Medium 6 6 5 8
High 8 8 8 8

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
Estimates Sri Harsha[_2_] Excel Worksheet Functions 1 March 13th 09 10:45 AM
average that includes estimates if data not available BillyRogers Excel Worksheet Functions 2 September 10th 07 08:53 PM
estimates Nilufer New Users to Excel 1 July 9th 07 07:01 PM
Labor costs for estimates CIL Excel Worksheet Functions 5 January 20th 07 08:25 PM
Weekly estimates Ed Excel Discussion (Misc queries) 1 April 21st 06 05:30 AM


All times are GMT +1. The time now is 06:35 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"