Show countif data from one cell on one sheet on another sheet

hatbox

New Member
Joined
Aug 15, 2016
Messages
9
Hi All,

On Sheet 1, I have the following formula

=COUNTIFS(M77:M121, "*S*", O77:O121, "25", N77:N121, "flt")

I want to show the result of the above formula on sheet 2. How do I do that?

Thanks in advance.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hopefully this makes a little more sense.

I have used the formula =COUNTIFS(M77:M121, "*S*", O77:O121, "20", N77:N121, "flt") to calculate data on my spreadsheet(Sheet1). I want to transfer the results of this calculation on to Sheet2. Any tips of how I do this?
 
Upvote 0
I've tried =COUNTIFS(Sheet1!M77:M121, "*S*",O77:O121, "25", N77:N121, "flt") but it doesn't work. Any help?
 
Upvote 0
On sheet 2 you have a couple options.

1: Whatever cell you want to show the result in do this: =Sheet1!A1 *where Sheet1! = the actual name of the sheet, surrounded by single quotes. ie('Sales Sheet'!A1) and A1 = whatever cell the COUNTIF formula is in.

OR

2: Put the formula in sheet 2 in the cell you want the result in like this: =COUNTIFS('Sheet1'!M77:M121,"*S*", 'Sheet1'!O77:O121, "20", 'Sheet1'!N77:N121, "flt" *where Sheet1 = real sheet name of Sheet 1.

If the name of Sheet1 is indeed Sheet1, then no single quotes are necessary.
 
Last edited:
Upvote 0
Cross-posted here: https://chandoo.org/forum/threads/countif-data-from-one-sheet-on-another-sheet.36739/

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,223,956
Messages
6,175,613
Members
452,661
Latest member
Nonhle

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