Help on a formula

kingofhearts

New Member
Joined
Sep 12, 2013
Messages
2
I need help on a formula as below:
{=SUM(1*('Site Management'!$E$8:$E$287=H$5)*('Site Management'!$AA$8:$AA$287<>""))}
resulted as:


[TABLE="width: 508"]
<colgroup><col><col><col><col><col span="3"><col></colgroup><tbody>[TR]
[TD]Description:[/TD]
[TD][/TD]
[TD]Total[/TD]
[TD][/TD]
[TD]Region-1[/TD]
[TD]Region-2[/TD]
[TD]Region-3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Visit in Plan[/TD]
[TD] [/TD]
[TD]135[/TD]
[TD] [/TD]
[TD]59[/TD]
[TD]43[/TD]
[TD]33[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
You can use a SUMPRODUCT formula instead of the one you posted which does not require CTRL-SHIFT-ENTER.
=SUMPRODUCT(--('Site Management'!$E$8:$E$287=H$5),--('Site Management'!$AA$8:$AA$287<>""))

But how do you want to get those numbers exactly? Please provide more details.
 
Upvote 0
You can use a SUMPRODUCT formula instead of the one you posted which does not require CTRL-SHIFT-ENTER.
=SUMPRODUCT(--('Site Management'!$E$8:$E$287=H$5),--('Site Management'!$AA$8:$AA$287<>""))

But how do you want to get those numbers exactly? Please provide more details.

Hi Scott Thanks for your reply let me explain you the detail:
i have one main sheet which contains dates to every milestone against one id like Visit in plan is one coulmn heading and in rows i have site ids, and the data in visit in plan is in dates so i need to calculate nonblank cells against a critaria in another coulmn as region.
___________________________________________________________________________
Site id + Region + Visit in Plan + Visit Done + Work Start + Work Done + Handedover
site1 + Region 1 + 13sep13 + 14sep13 + 16sep13 + 19sep13+ 21sep13
and my summary wold contains:
Milestone Region1 Region2 Region3
Visit in plan 4 3 5
Visit Done 3 2 3
Work Start 2 2 3
Work Done 2 0 3
Handedover 1 0 2

It help me to easily view the delta. The formula was told to me by some of my friend and he applied the same on my sheet and it works really fine.

Really appriciated if you please help me to understand this.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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