How to calculate total quarter wise

lovedeep sharma

New Member
Joined
Oct 27, 2016
Messages
2
Untitled.jpg
:LOL:
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
this time your picture is visible - explain in words what you want - the font is so small I cannot read it.
 
Upvote 0
do you have multiple entries in column A
if No,

1> use the SUM($B2:$E2) for Q1 and SUM($F2:$I2) for Q2 and drag them down, and put O2=A2. you will get the list in same order...

If Yes, then I have a bit lengthy solution.

For Q1 use SUMIF($A:$A,Q2,$B:$B)+SUMIF($A:$A,Q2,$C:$C)+SUMIF($A:$A,Q2,$D:$D)+SUMIF($A:$A,Q2,$E:$E)
 
Upvote 0

Forum statistics

Threads
1,215,775
Messages
6,126,829
Members
449,343
Latest member
DEWS2031

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