Countif Indirect to look at cell range in different sheet

pana8543

New Member
Joined
Nov 8, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am trying to use the indirect function to specify the column letter in a countif statement but having issues on getting it working.

As per below screenshot, the column letter is specified in column E and then in column F, I have added the following formula:

=COUNTIFS(Sheet1!E3:E1486,$C$1,Sheet1!$N$3:$N$1486,"<0")

I would like to user the indirect function to replace the "N" with whatever letter is in column E.

Any help or guidance on this, would be greatly appreciated!

Thank you

1636361386967.png
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
This is how it should be written
Excel Formula:
=COUNTIFS(Sheet1!E3:E1486,$C$1,INDIRECT("'Sheet1'!"&E2&"3:"&E2&"1486"),"<0")
 
Upvote 0

Forum statistics

Threads
1,215,235
Messages
6,123,786
Members
449,125
Latest member
shreyash11

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