#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Offset

Good day

This is my formula to add year to date totals in a budget. I compiled this
with the help of the discussion group

=+SUM(OFFSET('IS Bud 2007'!$D$13:$O$13,0,0,1,(MONTH('Income
Statement'!$D$1)-8)))

My problem is that my fin year is form Sep-06 to Aug-07 so this worked
perfectly until Dec-06 but nou Jan-07 gives Ref# error

Could you please also explain the formula.

Thank You
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Offset

subtracting 8 from the month changes September the 9th month to the 1st
column on the table. when you subtract eight from january 1-8 = -7. the
error is occuring becauuse of the -7. the mod statement will change -7 to 5.

=+SUM(OFFSET('IS Bud 2007'!$D$13:$O$13,0,0,1,(Mod(MONTH('Income
Statement'!$D$1)-8),12)))

"Esrei" wrote:

Good day

This is my formula to add year to date totals in a budget. I compiled this
with the help of the discussion group

=+SUM(OFFSET('IS Bud 2007'!$D$13:$O$13,0,0,1,(MONTH('Income
Statement'!$D$1)-8)))

My problem is that my fin year is form Sep-06 to Aug-07 so this worked
perfectly until Dec-06 but nou Jan-07 gives Ref# error

Could you please also explain the formula.

Thank You

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
Offset Help Hunter Excel Worksheet Functions 5 January 26th 07 02:21 PM
OFFSET PLEASE HELP! HERNAN Excel Discussion (Misc queries) 6 October 27th 06 10:17 PM
=offset ??? myeaddress2003 Excel Worksheet Functions 4 July 14th 06 01:44 PM
Offset Brian Excel Worksheet Functions 6 April 7th 06 12:33 PM
offset Larry Excel Worksheet Functions 4 May 12th 05 04:10 AM


All times are GMT +1. The time now is 12:36 PM.

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"