half yearly total

vra

Board Regular
Joined
Apr 16, 2011
Messages
95
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
In a huge date wise data how to get half yearly data from April-to -September & then oct to march Then annual total: april to march
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Can pivot table be helpful?
How to use sumproduct or sum ifs
 
Upvote 0
Off course, PivotTable is useful and it is the right tool. But for that in each row you need remarks for the data is 1st half or 2nd half. This can be done by using IF formula as under: If the dates are in column "A"

=IF(A2<=DATE(2011,09,30),"1st Half","2nd Half")
 
Upvote 0
Thanks! !
Both of you
i shall try & let u know
 
Upvote 0
Off course, PivotTable is useful and it is the right tool. But for that in each row you need remarks for the data is 1st half or 2nd half. This can be done by using IF formula as under: If the dates are in column "A"

=IF(A2<=DATE(2011,09,30),"1st Half","2nd Half")



sorry , by this formula i dnt knw why excel is not giving correct 1st half & 2nd half . For every date it is giving 2nd half only.
 
Upvote 0
THANKS , UR FORMULA WORKS, MY DID NOT,...
I wrote same but still it did nt gave me correct result. then i copied ur formula & it gave me correct info
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,239
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top