Counting while using formulas
Hi all,
I am working on a sheet where one sheet will pull data from a number of different tabs using VLOOKUP. By using IFERROR, I also have it display nothing instead of #N/A when there's nothing to pull.
Where I run into issue is with counting.
Essentially the main sheet is a big grid with people's names in one column, and each following column pulling data next to their name from different tabs. But not every name is on every sheet. So I want to be able to count how many items are filled in for each row, but any counting formula counts all cells as it reads the blank cells as containing data (since it has a formula in it)
So the problem is that it shows everyone as being on 17 tabs when in reality it should vary between 0 and 17 depending on the person and number of times they actually display. The values it pulls from each tab are all different words (team names) so I can't simply use 'COUNTIF' to count a specific word either.
Any ideas?
EDIT: This has been solved. Thanks to everyone who posted things to try below!