Help.. Count of records with "Yes" value from a range where date reange on same page is between 2 cell dates on another page.+

SLane21

New Member
Joined
Mar 20, 2015
Messages
3
Hi,

I'm trying to count the following:

'Master Log'! g13:fox13 = "Yes" and
'Master Log'! G6:Fox6 >= Analysis!A8 and 'Master Log'! G6:Fox6 <= Analysis!C8 (These are all date fields)

What should the correct formula format be for getting the count? Let me know if more information is needed.

Thanks!
 

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.
=countifs('Master Log'!G13:FOX13,"yes",'Master Log'!G6:FOX6,">="&'Analysis'!A8,'Master Log'!G6:FOX6,"<="&'Analysis'!C8)

try that
 
Upvote 0

Forum statistics

Threads
1,216,129
Messages
6,129,046
Members
449,482
Latest member
al mugheen

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