carlclements
New Member
- Joined
- Oct 17, 2024
- Messages
- 3
- Office Version
- 2021
- Platform
- Windows
Hi,
Is there a COUNTIF formula that counts the number of cells with data (numbers) in group of columns based on a reference data point in column B?
My spreadsheet has 2 tabs. First tab has a list of names in column B then in columns C onwards are descending years. Each row has a name in column B and a number under one of the years (columns) with the rest of the columns empty
On another tab, I reference the Names in a cell in column B and want to count the frequency of cells with a number in it with that Name in the list
The below formula works for the first set of years in columns D-H but how do I adjust the formula to look at a different set of columns, which is to only count cells in columns I-L and exclude those in B-H?
=COUNTIFS('Data (2)'!B:H,'Values'!B3)
Is there a COUNTIF formula that counts the number of cells with data (numbers) in group of columns based on a reference data point in column B?
My spreadsheet has 2 tabs. First tab has a list of names in column B then in columns C onwards are descending years. Each row has a name in column B and a number under one of the years (columns) with the rest of the columns empty
On another tab, I reference the Names in a cell in column B and want to count the frequency of cells with a number in it with that Name in the list
The below formula works for the first set of years in columns D-H but how do I adjust the formula to look at a different set of columns, which is to only count cells in columns I-L and exclude those in B-H?
=COUNTIFS('Data (2)'!B:H,'Values'!B3)