Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JB JB is offline
external usenet poster
 
Posts: 115
Default Monthly reporting spreadsheet

I have a spreadsheet that we update monthly to show actual data vs. targets.
I have two worksheets, one being my "cheatsheet" and other being my actual
reporting table. The cheatsheet houses the data. Each month data is entered
into the cheatsheet, which provides the month end results to the actual
report. For example, I put 3 new hire names in the cheatsheet and the results
sheet will populate with a number "3".

Problem: If there is no result for the month, (such as no employees hired)
I want "0" to populate in the cell. However, I dont want this to happen
until we reach that month. I think I have to do something with the count
feature or with a month formula, but I am stuck. (I know how to do IF
statements, however I dont know how to work one for this situation, without
each month populating "0" right now at the beginning of the year.) I want the
cell to stay blank, until we reach that month, then populate 0.

This is a huge worksheet so I would like everything to be automatic, with no
manual adjustments besides the cheatsheet.

Any suggestions would be greatly appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Monthly reporting spreadsheet

If desired, send your SAMPLE file to my address below. I will only
look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"jb" wrote in message
...
I have a spreadsheet that we update monthly to show actual data vs.
targets.
I have two worksheets, one being my "cheatsheet" and other being my actual
reporting table. The cheatsheet houses the data. Each month data is
entered
into the cheatsheet, which provides the month end results to the actual
report. For example, I put 3 new hire names in the cheatsheet and the
results
sheet will populate with a number "3".

Problem: If there is no result for the month, (such as no employees
hired)
I want "0" to populate in the cell. However, I dont want this to happen
until we reach that month. I think I have to do something with the count
feature or with a month formula, but I am stuck. (I know how to do IF
statements, however I dont know how to work one for this situation,
without
each month populating "0" right now at the beginning of the year.) I want
the
cell to stay blank, until we reach that month, then populate 0.

This is a huge worksheet so I would like everything to be automatic, with
no
manual adjustments besides the cheatsheet.

Any suggestions would be greatly appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Monthly reporting spreadsheet

Some thoughts to effect this, unambiguously:
.. I want the cell to stay blank, until we reach that month, then populate 0


Let's say the desired control is for March 2010
=IF(TEXT(TODAY(),"mmmyyyy")="Mar2010",0,"")
which returns zero only if it's within March 2010, blank otherwise

=IF(TODAY()<--"1 Mar 2010","",0)
which returns zero once its March 2010 and beyond, blank otherwise
Success? Immortalize this response, hit the YES below
--
Max
Singapore
---
"jb" wrote:
I have a spreadsheet that we update monthly to show actual data vs. targets.
I have two worksheets, one being my "cheatsheet" and other being my actual
reporting table. The cheatsheet houses the data. Each month data is entered
into the cheatsheet, which provides the month end results to the actual
report. For example, I put 3 new hire names in the cheatsheet and the results
sheet will populate with a number "3".

Problem: If there is no result for the month, (such as no employees hired)
I want "0" to populate in the cell. However, I dont want this to happen
until we reach that month. I think I have to do something with the count
feature or with a month formula, but I am stuck. (I know how to do IF
statements, however I dont know how to work one for this situation, without
each month populating "0" right now at the beginning of the year.) I want the
cell to stay blank, until we reach that month, then populate 0.

This is a huge worksheet so I would like everything to be automatic, with no
manual adjustments besides the cheatsheet.

Any suggestions would be greatly appreciated.


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
Monthly hours reporting template nmspencer Excel Discussion (Misc queries) 0 November 25th 09 07:36 AM
Monthly Reporting acctuser Excel Discussion (Misc queries) 3 August 19th 08 04:42 PM
monthly spreadsheet- can not add date to inserted row Brenda Excel Worksheet Functions 1 June 20th 08 06:34 PM
Reporting on multi worksheet spreadsheet Cottamweb Excel Worksheet Functions 2 March 26th 08 03:55 PM
How do I create a spreadsheet to track monthly inventory bholmes New Users to Excel 1 April 15th 05 06:45 PM


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