#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default formulas

I would like to make a workbook or worksheet in excel 2003 that i can enter
epd data on beef cattle. Have the sire's listed in one table and the dam's
listed in another table. then in the third table be able to type in the dam's
name and the sires name and it give me an estimate of the offsprings epd's
which is just an aveage af the sire and the dam. When I type in the sire name
and dam name i would like it to lookup the information from the first two
tables and apply the aproprate formula to get the average. I know a little
bit about excel and can make it do simple formulas, and make the formulas.
Can excel do this or would it be better with something like access.

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default formulas

I don't have excel here to test this on, but I think you want something like
this:

Let's say you have the SIRE in A2:A100 and the DAM in B2:B100 and the EPD
(whatever that is) in C2:C100 on Sheet1

On another sheet, you have Sire in A2, DAM in B2 and you want the average
EPD in C2.

Try this in C2:

=average(if(Sheet1!A2:A100 = A2, if (Sheet1:B2:B100 = B2, C2:C100)))

COmmit with CTRL SHIFT ENTER



"Cowboy" wrote:

I would like to make a workbook or worksheet in excel 2003 that i can enter
epd data on beef cattle. Have the sire's listed in one table and the dam's
listed in another table. then in the third table be able to type in the dam's
name and the sires name and it give me an estimate of the offsprings epd's
which is just an aveage af the sire and the dam. When I type in the sire name
and dam name i would like it to lookup the information from the first two
tables and apply the aproprate formula to get the average. I know a little
bit about excel and can make it do simple formulas, and make the formulas.
Can excel do this or would it be better with something like access.

Thanks.


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
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 05:54 PM.

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"