Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I was wondering if anyone could help me - I need to add up the 200 most recent days for a spreadsheet and was wondering rather than messing with cut and paste if there was a formula that could do it all for me. I will have more than 200 days worth of info. Also the sheet I am adding up on has gaps between the weeks so its not just a matter of copying the formula over. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Louja,
If you want the last 200 days of data - assuming one data point per day: =SUMIF(A1:A1000, "=" & LARGE(A1:A1000,200), B1:B1000) Or within the last 200 days: =SUMIF(A1:A1000, "=" & TODAY()-200, B1:B1000) HTH, Bernie MS Excel MVP "Louja" wrote in message ... Hi, I was wondering if anyone could help me - I need to add up the 200 most recent days for a spreadsheet and was wondering rather than messing with cut and paste if there was a formula that could do it all for me. I will have more than 200 days worth of info. Also the sheet I am adding up on has gaps between the weeks so its not just a matter of copying the formula over. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to pull <=14 Days, <=30 Days, 30 Days from a date column | Excel Discussion (Misc queries) | |||
Employee days worked (-Holidays, -weekends, Snow Days, etc) | Excel Discussion (Misc queries) | |||
Calc days between two dates and exclude leap year days | Excel Worksheet Functions | |||
Conditional Formatting Dates calculating 10 days and 30 days from a certain date | Excel Worksheet Functions | |||
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made | Excel Worksheet Functions |