Count particular Values from a closed workbook in Excel

hritesh1991

New Member
Joined
Jul 12, 2017
Messages
1
Hi Everyone !

I really need your help in this.

I have a column named "approval" and the user is required to put decision either "Y" or "N"
and I want to count the number of "Y" and number of "N" the user has filled in the workbook without opening the file ; I need this data to be filled in another work book where two column will be the there 1.number of "Y". 2. number of "N". Cant figure out how to do.

Thanks in advance :)
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Another option (if your range isn't too too big)...
=SUMPRODUCT(--('S:\folder1\folder1.2\[file-name.xlsm]sheet-name'!$C$4:$C$126="S2"))
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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