Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RAY
 
Posts: n/a
Default HOW DO WE SET A FORMULA TO FIGURE A YEAR TO DATE TOTAL ??

I AM SETTING UP A SETLEMENT PAY SHEET AND WE WANT TO HAVE A YEAR TO DATE FOR
TOTAL INCOME TOTALS ON SOME OF THE DEDUCTIONS AND SO FORTH BUT IT WILL NOT
LET ME BECAUSE THIS IS ACIRCULAR FUNTION..CAN ANYONE TELL ME IN LAMENS TERMS
HOW THIS HAS TO BE DONE PLEASE THXS

RAY
  #2   Report Post  
roly
 
Posts: n/a
Default


Hi Ray,

A circular reference happens when the cells in the formula include the
cell that the formula is in. if you move the formula to another column
or somewhere, this should stop happening.

To get an YTD total, you will need a unique reference, such as a pay
number for the person paid, or similar. Then you would use the SUMIF
formula as below:

=SUMIF(A:A,Pay Number,D:D)

This formula looks for the pay number in column A and returns the total
of the numbers in column D (for example). On your spreadsheet, you need
to use the column with the pay number, then the criteria and then the
amount column. SUMIF(Criteria Range,Criteria,Sum Range)

Rather than type individual criteria into loads of formulas, it is
quicker to copy a list of the pay numbers into the worksheet and use
the formula below:

=SUMIF(A:A,G2,D:D)

This uses the same data as above and G2 is the first pay number. You
then pull this formula down to the bottom of the list of pay numbers.

Hope this works,


Roly


--
roly
------------------------------------------------------------------------
roly's Profile: http://www.excelforum.com/member.php...o&userid=24631
View this thread: http://www.excelforum.com/showthread...hreadid=401817

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
Please help!! Vacation Accrual Formula MissNadine Excel Worksheet Functions 1 August 19th 05 02:32 AM
Vacation Accrual Formula MissNadine Excel Worksheet Functions 0 August 18th 05 04:02 AM
Date Formula Help cummingse Excel Discussion (Misc queries) 3 August 9th 05 09:34 PM
Excel formula with date constraints Warrior Pope Excel Discussion (Misc queries) 3 January 28th 05 03:08 PM
Formula with date constraints Warrior Pope Excel Worksheet Functions 1 January 28th 05 02:11 PM


All times are GMT +1. The time now is 02:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"