Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Whcih financial year?

Hi All,

I am working on a project with the financial year being 1
April to 31 March. I need to calculate a percentage of
costs depending on what month of this FY they are
incurred. If costs are incurred in , say, May of the
CURRENT year then charge 10%/12*11, June would be
10%/12*10 etc. However, the month will become irrelevant
in the next FY when the charge for these existing costs
would be 10% and for all new additions of costs in that
new FY would be charged with appropriate proportions like
above.

I have tried with Month and Year functions. But not
getting very accurate as the financial year is different
than normal year. I need to write a formula to place in
the correct column everytime the report is run.Have you
done something like this before? Ideas? Any help would be
much appreciated. Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Whcih financial year?

Sorry, I should have mentioned that at the end of each
year i would need to calculate the net cost remaing after
the charges to that point. Hope this makes sense. Thanks.

-----Original Message-----
Hi All,

I am working on a project with the financial year being 1
April to 31 March. I need to calculate a percentage of
costs depending on what month of this FY they are
incurred. If costs are incurred in , say, May of the
CURRENT year then charge 10%/12*11, June would be
10%/12*10 etc. However, the month will become irrelevant
in the next FY when the charge for these existing costs
would be 10% and for all new additions of costs in that
new FY would be charged with appropriate proportions like
above.

I have tried with Month and Year functions. But not
getting very accurate as the financial year is different
than normal year. I need to write a formula to place in
the correct column everytime the report is run.Have you
done something like this before? Ideas? Any help would be
much appreciated. Thanks in advance.
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 172
Default Whcih financial year?

Hi Jamie
It seems you need to start the year as April = Month 12, with Mar = Month 1

If you take the current month and if it is 3 or less add 8, else substract 4
take, the result from 12 and you are left with the number of months left in
the FY.

Try this which uses the system date to get the current month......

=12-IF(MONTH(NOW())<4,MONTH(NOW())+8,MONTH(NOW()))

Cheers
Nigel

"Jamie" wrote in message
...
Hi All,

I am working on a project with the financial year being 1
April to 31 March. I need to calculate a percentage of
costs depending on what month of this FY they are
incurred. If costs are incurred in , say, May of the
CURRENT year then charge 10%/12*11, June would be
10%/12*10 etc. However, the month will become irrelevant
in the next FY when the charge for these existing costs
would be 10% and for all new additions of costs in that
new FY would be charged with appropriate proportions like
above.

I have tried with Month and Year functions. But not
getting very accurate as the financial year is different
than normal year. I need to write a formula to place in
the correct column everytime the report is run.Have you
done something like this before? Ideas? Any help would be
much appreciated. Thanks in advance.





----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
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
forecast a financial value at year end Jock Excel Worksheet Functions 1 December 9th 09 04:56 PM
Dates in a Financial Year Kurt Excel Worksheet Functions 8 August 7th 09 07:15 PM
Financial Year Weeknum Trevor Aiston[_2_] Excel Discussion (Misc queries) 1 May 19th 09 02:52 PM
year quarters === Financial Year Saintsman Excel Discussion (Misc queries) 3 September 12th 07 12:53 PM
How to compare a date with financial year TUNGANA KURMA RAJU Excel Discussion (Misc queries) 3 March 31st 07 12:08 PM


All times are GMT +1. The time now is 08:28 PM.

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"