Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need help - I actually am trying to do two separate functions, but I
think the formula should be similar for both. #1: I am trying to sum a column if two cells in each row are equal. For example: Date N. Hours D. Hours Total Row1 1/1/2006 3 1 4 Row2 4/4/2006 2 2 2 Row3 8/19/2006 1 1 Row4 9/19/2009 4 4 4 I want to sum the "total" column for all rows that have "n hours" and "d hours" equal. #2: Using the same data example, I want to sum the "total" column if the value in the "date" column is within the past 90 days. Can anyone help? I would be ever so grateful! TIA - Cynthia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
=SUMPRODUCT((B2:B5=C2:C5)*(D2:D5)) =SUMIF(A2:A5,""&TODAY()-90&"",D2:D5) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying a column of single cells into a column of merged cells | Excel Discussion (Misc queries) | |||
transfer data into row cells from column cells in Excel | Excel Discussion (Misc queries) | |||
Question about copying column of cells and...... | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions |