Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet with columns of data on sheet 1. I would like to have
the average of column "U" determined ONLY when the corresponding data in Column "C" equals a certain value (date value shown as: "2005/01/01") I would like this average shown on another sheet that I have termed "Summary". I cannot get this to work. Somebody please help! |
#2
![]() |
|||
|
|||
![]()
How does it not work? Are you getting the wrong answer or an error? If an
error, what kind of error? Are the dates entered as dates but formatted as you've shown, or are they text? How are you specifying the criteria for the date? "xrayr" wrote: I have a spreadsheet with columns of data on sheet 1. I would like to have the average of column "U" determined ONLY when the corresponding data in Column "C" equals a certain value (date value shown as: "2005/01/01") I would like this average shown on another sheet that I have termed "Summary". I cannot get this to work. Somebody please help! |
#3
![]() |
|||
|
|||
![]()
Hi Duke.
I'm receiving a #VALUE! error. The dates are formatted as "2005/01/01" as that is the format that the system generates. This is one of the formulas that I have tried: =DAVERAGE(Sheet1!U2:U465,,"IF+Sheet1!C2:C465='2005/01/01'") Thank you for your help! "Duke Carey" wrote: How does it not work? Are you getting the wrong answer or an error? If an error, what kind of error? Are the dates entered as dates but formatted as you've shown, or are they text? How are you specifying the criteria for the date? "xrayr" wrote: I have a spreadsheet with columns of data on sheet 1. I would like to have the average of column "U" determined ONLY when the corresponding data in Column "C" equals a certain value (date value shown as: "2005/01/01") I would like this average shown on another sheet that I have termed "Summary". I cannot get this to work. Somebody please help! |
#4
![]() |
|||
|
|||
![]()
From Excel's help file
================================================== === DAVERAGE(database,field,criteria) Database is the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column. Field indicates which column is used in the function. Field can be given as text with the column label enclosed between double quotation marks, such as "Age" or "Yield," or as a number that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. Criteria is the range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying a condition for the column. ================================================== === There are also illuminating examples "xrayr" wrote: Hi Duke. I'm receiving a #VALUE! error. The dates are formatted as "2005/01/01" as that is the format that the system generates. This is one of the formulas that I have tried: =DAVERAGE(Sheet1!U2:U465,,"IF+Sheet1!C2:C465='2005/01/01'") Thank you for your help! "Duke Carey" wrote: How does it not work? Are you getting the wrong answer or an error? If an error, what kind of error? Are the dates entered as dates but formatted as you've shown, or are they text? How are you specifying the criteria for the date? "xrayr" wrote: I have a spreadsheet with columns of data on sheet 1. I would like to have the average of column "U" determined ONLY when the corresponding data in Column "C" equals a certain value (date value shown as: "2005/01/01") I would like this average shown on another sheet that I have termed "Summary". I cannot get this to work. Somebody please help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
weeknum function says jan1=week1, mod to first 4 day week needed | Excel Discussion (Misc queries) | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |