Formula Assistance

Neffy

New Member
Joined
Jun 8, 2018
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hello,

I need some help regarding formula-ing this.
It goes something like this !
Hopefully i made sense, if not, let me know and i'll attempt to clarify it.

Table 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Department[/TD]
[TD]Seconds[/TD]
[TD]Purchased[/TD]
[TD]etc[/TD]
[TD]etc[/TD]
[/TR]
[TR]
[TD]18 July 2018[/TD]
[TD]Home[/TD]
[TD]500[/TD]
[TD]1[/TD]
[TD]as[/TD]
[TD]fs[/TD]
[/TR]
[TR]
[TD]19 August 2018[/TD]
[TD]Phone[/TD]
[TD]100[/TD]
[TD]2[/TD]
[TD]asf[/TD]
[TD]sf[/TD]
[/TR]
[TR]
[TD]19 August 2018[/TD]
[TD]Home[/TD]
[TD]500[/TD]
[TD]1[/TD]
[TD]s[/TD]
[TD]s[/TD]
[/TR]
[TR]
[TD]20 August 2018[/TD]
[TD]PC[/TD]
[TD]700[/TD]
[TD]4[/TD]
[TD]h[/TD]
[TD]gs[/TD]
[/TR]
[TR]
[TD]20 August 2018[/TD]
[TD]PC[/TD]
[TD]857[/TD]
[TD]2[/TD]
[TD]d[/TD]
[TD]s[/TD]
[/TR]
[TR]
[TD]24 August 2018[/TD]
[TD]TV[/TD]
[TD]500[/TD]
[TD]2[/TD]
[TD]s[/TD]
[TD]s[/TD]
[/TR]
[TR]
[TD]8 September 2018[/TD]
[TD]Home[/TD]
[TD]676[/TD]
[TD]5[/TD]
[TD]s[/TD]
[TD]s[/TD]
[/TR]
</tbody>[/TABLE]


Table 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Department[/TD]
[TD]Contact[/TD]
[TD]Average Seconds[/TD]
[TD]Purchased[/TD]
[/TR]
[TR]
[TD]Home[/TD]
[TD]Count how many times Home Appears on the Month (August) so in this case 1 times since it should exclude other months such as July and September[/TD]
[TD]Avg of seconds when Home Appears in the month August (so excluding July September results)[/TD]
[TD]Add of all the purchases in the Purchases Tab in the month of August[/TD]
[/TR]
[TR]
[TD]Phone[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PC[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TV[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Would that be possible :) ??

Thank you !
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Upvote 0
I understood the basics but for the COUNTIF formula
but for table 2

B2 cell
how do i get the cell to count if it fulfills 2 conditions?
Count how many "Home" in Column B in "August" in Column A?
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,207
Members
452,618
Latest member
Tam84

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