'GS[_2_ Wrote:
> ;1608097']garygoodguy presented the following explanation :-
> > Hi,
> >
> > I have a spreadsheet set up with months and revenue across columns,
> > i.e:
> >
> > July;August;September;Oct....Total, YTD Total
> > 70000;65000;80000, 72000...Total, YTD Total
> >
> > I also have a cell (I6) that updates and displays the current month
> when
> > logged in. Assuming the months start at A1 and data on A2 - how would
> I
> > go about creating a formula that only totals the YTD figure based on
> the
> > current date? I.e. if the current month is November, the sum total
> for
> > YTD only includes July, Aug, Sep, Oct, and Nov. (Please note the
> fiscal
> > year starts 01 July).
> >
> > Thanks in advance. Please advise if you require any further details-
>
> If I understand correctly, months are arrange left to right starting
> with Jul and ending with Jun. In the YTD column, simply sum the other
> columns. Those not yet used (Dec-Jun) will be empty and so not affect
> the totals. I assume you are totalling the months at the bottom and so
> the same formula will work there as well as individual rows.
>
> --
> Garry
>
>
> Hi Garry,
> If I understand correctly, months are arrange left to right starting
> with Jul and ending with Jun. = Correct
>
> Those not yet used (Dec-Jun) will be empty and so not affect
> the totals. I assume you are totalling the months at the bottom and so
> the same formula will work there as well as individual rows. = yes, but
> what happens next month when you open the spreadsheet and choose the
> following month (i.e. Jan) - I would like the YTD to sum the next month
> (i.e. Dec) automatically. Is this possible?
>
> Cheers
--
garygoodguy