Combining Formulas

ashp32489

New Member
Joined
Apr 26, 2022
Messages
2
Platform
  1. Windows
Hello -

I have a summary tab in excel for sheet 1. I would like to calculate the number of cells containing specific text based on criteria in column A1 and column E1 from sheet 1.
The issue is that the rows on sheet 1 will gradually increase over time. Is there a formula that can automate the count when rows increase, while also counting the criteria/text in columns A1 and E1?

This formula for example, generates the data I am seeking. It will just need to be updated manually if rows are added to sheet 1

=SUM(COUNTIFS(SHEET1!A2:A88,"SL1",SHEET1!N2:N88,"PENDING LEGAL CLEARANCE"))


Thank you
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi & welcome to MrExcel.
How about
Excel Formula:
=COUNTIFS(SHEET1!A:A,"SL1",SHEET1!N:N,"PENDING LEGAL CLEARANCE")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,816
Members
449,469
Latest member
Kingwi11y

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