ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   extracting quarterly data and having it update daily (https://www.excelbanter.com/excel-worksheet-functions/251979-extracting-quarterly-data-having-update-daily.html)

Mailman

extracting quarterly data and having it update daily
 
I maintain an Excel 2003 workbook for the USPS. It tracks daily occurences
over the course of the fiscal year. One worksheet keeps a running tally of
the daily input and uses the TODAY function in the condional formatting to
alert trends.

I wish to create a worksheet that keeps a running tally on each quarter but
because I can't enter arguments against TODAY I do not know how to limit the
date range to the quarter...and have it update daily as with the TODAY
function.

Best of the New Year to everyone...

Max

extracting quarterly data and having it update daily
 
A sample CF condition to trigger it if the current date is within the 4th Q
(Oct - Dec) would look like this:
=AND(TODAY()=--"1 Oct 2009",TODAY()<--"1 Jan 2010")
Note that the "<" operator used is intentional as I find it easier NOT to
have to remember what is the last day for the month (30?, 31?, ugh). Any
good? hit the YES below
--
Max
Singapore
---
"Mailman" wrote:
I maintain an Excel 2003 workbook for the USPS. It tracks daily occurences
over the course of the fiscal year. One worksheet keeps a running tally of
the daily input and uses the TODAY function in the condional formatting to
alert trends.

I wish to create a worksheet that keeps a running tally on each quarter but
because I can't enter arguments against TODAY I do not know how to limit the
date range to the quarter...and have it update daily as with the TODAY
function.

Best of the New Year to everyone...



All times are GMT +1. The time now is 01:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com