Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default sum a column range basing on financial year.

I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this financial
year as on today.(assuming financial year 1st april to 31st march).No where
the financial year is entered in w/sheet.basing on today's date the fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last year,basing on
today'date.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default sum a column range basing on financial year.

One way:

=sumif(a:a,""&date(year(today())-1,3,31),b:b)-sumif(a:a,""&date(year(today()),3,31),b:b)

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote in
message ...
I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this financial
year as on today.(assuming financial year 1st april to 31st march).No
where
the financial year is entered in w/sheet.basing on today's date the
fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last year,basing on
today'date.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default sum a column range basing on financial year.

thanks,I haven't tested the function;
What about my second question?

"Fred Smith" wrote:

One way:

=sumif(a:a,""&date(year(today())-1,3,31),b:b)-sumif(a:a,""&date(year(today()),3,31),b:b)

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote in
message ...
I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this financial
year as on today.(assuming financial year 1st april to 31st march).No
where
the financial year is entered in w/sheet.basing on today's date the
fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last year,basing on
today'date.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default sum a column range basing on financial year.

Why don't you test it out to see if it works. Then we'll work on your second
question. I expect you'll find if the formula works for the current fiscal
year, it won't be too hard to change for the previous year.

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote in
message ...
thanks,I haven't tested the function;
What about my second question?

"Fred Smith" wrote:

One way:

=sumif(a:a,""&date(year(today())-1,3,31),b:b)-sumif(a:a,""&date(year(today()),3,31),b:b)

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote
in
message ...
I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this
financial
year as on today.(assuming financial year 1st april to 31st march).No
where
the financial year is entered in w/sheet.basing on today's date the
fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last year,basing
on
today'date.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default sum a column range basing on financial year.

Thanks,
Fred ,its working.

"Fred Smith" wrote:

Why don't you test it out to see if it works. Then we'll work on your second
question. I expect you'll find if the formula works for the current fiscal
year, it won't be too hard to change for the previous year.

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote in
message ...
thanks,I haven't tested the function;
What about my second question?

"Fred Smith" wrote:

One way:

=sumif(a:a,""&date(year(today())-1,3,31),b:b)-sumif(a:a,""&date(year(today()),3,31),b:b)

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote
in
message ...
I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this
financial
year as on today.(assuming financial year 1st april to 31st march).No
where
the financial year is entered in w/sheet.basing on today's date the
fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last year,basing
on
today'date.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default sum a column range basing on financial year.

Glad to hear it. Thanks for the feedback.

Fred.

"TUNGANA KURMA RAJU" wrote in
message ...
Thanks,
Fred ,its working.

"Fred Smith" wrote:

Why don't you test it out to see if it works. Then we'll work on your
second
question. I expect you'll find if the formula works for the current
fiscal
year, it won't be too hard to change for the previous year.

Regards,
Fred.

"TUNGANA KURMA RAJU" wrote
in
message ...
thanks,I haven't tested the function;
What about my second question?

"Fred Smith" wrote:

One way:

=sumif(a:a,""&date(year(today())-1,3,31),b:b)-sumif(a:a,""&date(year(today()),3,31),b:b)

Regards,
Fred.

"TUNGANA KURMA RAJU"
wrote
in
message ...
I have a dates in ascending in Col-a, and income amount in col-b.
I need a function that gives me --sum of income earned in this
financial
year as on today.(assuming financial year 1st april to 31st
march).No
where
the financial year is entered in w/sheet.basing on today's date the
fuction
should calcualte financial year,and other results.
second part of question is -what will the function for last
year,basing
on
today'date.





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
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
Basing Average function range on Date? DangerMouse Excel Discussion (Misc queries) 4 June 20th 06 06:21 PM
year function and financial years Martin_London Excel Worksheet Functions 5 December 5th 05 11:20 PM
formula to calculate the average of a range basing on condition Krishna Mohan Excel Worksheet Functions 4 June 21st 05 11:26 AM


All times are GMT +1. The time now is 01:06 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"