formula to count how many times a word apears in a range covering multi columns and rows but also countif only column A has the right name

tonywatsonhelp

Well-known Member
Joined
Feb 24, 2014
Messages
3,194
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Hi everyone,
need a formula for this one

I have a large range of data in columns AU:HI
many of the cells are empty, but what i'm trying to count is always only data in a cell

so what i need is a formula to do these two things

count the number of time the word "sold" comes up in the range above,
but it can only count rows that have the word "Drawn" in Column A

is this posible?

thanks

Tony
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi Tony,

I ran out of resources when I tried checking every row but if you can limit the rows this should work.

TontWatsonHelp.xlsx
AATAUAVAWHHHIHJHK
1XXXXXResult
2Drawnsold3
3soldsold
4sold
5
6Drawnsoldsold
Sheet1
Cell Formulas
RangeFormula
HK2HK2=SUMPRODUCT(--(A1:A9999="Drawn")*(AU1:HI9999="Sold"))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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