View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tomahawk Tomahawk is offline
external usenet poster
 
Posts: 2
Default Autofill cell based on todays date

Hi, Thanks for trying to get your head around this for me. Lets see if i can
explain a little better for you.

Yes you are correct in the graph, the vertical axis (y) has increasing $$ $0
- $100 for example. Then along the horizontal axis (x) I have the days of the
week 1st - 31st for example. I have set up a table (hidden) that I manually
input the specific sales total at the end of each day (the graph is linked to
this table obviously). With a large sales team this is time consuming and it
is this process I want to automate.

In a seperate spreadsheet I collate the daily sales for the team. This is
totalled in one cell to give a monthly sales total.

What I am trying to do is to have the table look at the sales total and add
that particular total on the day that it represents. So the cell allocated to
the 5th of the month will display the sales total for that day only. If at
the end of the day that value is $10 then that is the number that stays in
the cell for the rest of the month. The cell on the 6th will then display the
sales result at the end of that day only. So at the end of the sales period I
have a line graph that slowly crawls along going from $0 - $100 for example.

I have experimented with things like =if(today=22/08/08,(a1),"",) but either
doesnt work or will not retain the sales value on that particular day.

If you have a solution to this I would love to hear it. I have looked
conditional formatting but am not sure that that is the answer either.

Thanks - talk to you soon
--
Struggling with technology


"smartin" wrote:

Tomahawk wrote:
My problem is this, I have a sales graph for my sales people that needs to
collect daily sales per day. I enter the sales as they come in, in "sheet 1"
of the workbook (the graph is in "sheet 2"). These sales are then collated
into a total for the month - as the month goes by, this number grows. The
graph I have is a line graph that crawls along like a worm increasing as it
goes based on the number of sales for the month.

How do I create a formula that will look from one sheet to another, can
remain blank leading up to that particular day, pick up the value of that
cell on that day and then keep the value static the next day, then next days
cell then picks up the new sales total and so on.

I would imagine sosmething along the lines of "if less than 22/08/08 then ""
otherwise a1, if greater than 22/08/08 then remain static"?

What i need to happen is that the sales value on that particular day stays
at that value as the month goes by so that i can create a creeping graph of
sales for the month.

Hopefully this makes sense - happy to clairify further if you like.


I'm not sure I understand, let's see:

You would like a chart with sales date on x-axis and cumulative sales
totals on y-axis?

This is the part I'm really not sure about:

You enter incremental information on each calendar day that might
include results from previous sales days. E.g., you might enter sales
for 22/08/08 on that day, and then enter more sales results for 22/08/08
on the next day, 23/08/08.

Situation 1: /But/ you do not want to count these "late" results?

Situation 2: (Much easier) You need to know the cumulative sales totals
by sales date, regardless of the calendar date in which you enter the
results?

Am I close?