![]() |
Current Month
I am attempting to write code for a report that will total outstanding sales
orders dollars for the current month. How can I select the records that only belong to the current month? Any help would be greatly appreciated. |
Current Month
How about doing a pivot table and grouping the date field by month.
-- HTH... Jim Thomlinson "Dave M." wrote: I am attempting to write code for a report that will total outstanding sales orders dollars for the current month. How can I select the records that only belong to the current month? Any help would be greatly appreciated. |
Current Month
How are the months written in the report (numerically or in words)
(ie. is April a "4" or "April")? |
Current Month
=TEXT(date_cell,"mmmm d")
-- HTH RP (remove nothere from the email address if mailing direct) "Chip" wrote in message oups.com... How are the months written in the report (numerically or in words) (ie. is April a "4" or "April")? |
Current Month
I was attempting to write a macro that I could schedule to run each night
automatically. "Jim Thomlinson" wrote: How about doing a pivot table and grouping the date field by month. -- HTH... Jim Thomlinson "Dave M." wrote: I am attempting to write code for a report that will total outstanding sales orders dollars for the current month. How can I select the records that only belong to the current month? Any help would be greatly appreciated. |
Current Month
Numerically
"Chip" wrote: How are the months written in the report (numerically or in words) (ie. is April a "4" or "April")? |
All times are GMT +1. The time now is 11:24 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com