Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Sum for last 90 days

I have a spreadsheet with column H = date and column J is a numerical
value. I am looking for a way to sum all entries in the last 90 days.

I've been using this formula that counts months but I want to go by
days to get a more accurage total.

=SUMIF(H:H,""&DATE(YEAR(TODAY()),MONTH(TODAY())-3,DAY(TODAY())),J:J)

Can anyone help me with this?

Jim

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Sum for last 90 days

=SUMIF(H:H,""&TODAY()-90,J:J)

--
Regards,
Tom Ogilvy



wrote in message
oups.com...
I have a spreadsheet with column H = date and column J is a numerical
value. I am looking for a way to sum all entries in the last 90 days.

I've been using this formula that counts months but I want to go by
days to get a more accurage total.

=SUMIF(H:H,""&DATE(YEAR(TODAY()),MONTH(TODAY())-3,DAY(TODAY())),J:J)

Can anyone help me with this?

Jim



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Sum for last 90 days

Hi Jim,

I think that the condition can be expressed as

=SUMIF(H:H,""&TODAY()-90,J:J)

Anthony

" wrote:

I have a spreadsheet with column H = date and column J is a numerical
value. I am looking for a way to sum all entries in the last 90 days.

I've been using this formula that counts months but I want to go by
days to get a more accurage total.

=SUMIF(H:H,""&DATE(YEAR(TODAY()),MONTH(TODAY())-3,DAY(TODAY())),J:J)

Can anyone help me with this?

Jim


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Sum for last 90 days

Thanks that works great!

Anthony D wrote:
Hi Jim,

I think that the condition can be expressed as

=SUMIF(H:H,""&TODAY()-90,J:J)

Anthony

" wrote:

I have a spreadsheet with column H = date and column J is a numerical
value. I am looking for a way to sum all entries in the last 90 days.

I've been using this formula that counts months but I want to go by
days to get a more accurage total.

=SUMIF(H:H,""&DATE(YEAR(TODAY()),MONTH(TODAY())-3,DAY(TODAY())),J:J)

Can anyone help me with this?

Jim



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
Need to pull <=14 Days, <=30 Days, 30 Days from a date column Ken Excel Discussion (Misc queries) 3 October 23rd 09 12:53 AM
Employee days worked (-Holidays, -weekends, Snow Days, etc) Denise Excel Discussion (Misc queries) 2 December 31st 08 04:37 PM
Calc days between two dates and exclude leap year days scoz Excel Worksheet Functions 5 November 23rd 07 03:58 PM
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made rhhince Excel Worksheet Functions 1 January 14th 07 09:56 PM


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