Whitestar127
New Member
- Joined
- Feb 21, 2024
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Hi, consider this sheet (row 1 is shown in the image):
I'm looking for a function to count the number of names in row 1 from BE1 all the way to UU1. Only as far as DL1 is shown in the image above because of lack of space.
It should count every 15th cell as that is the distance (in number of columns) between each name.
So basically count every 15th non-empty cell starting from BE1. There are currently only 3 names: Alex, Alfred, and Anders. So the function should return 3, since cells CX1 to UU1 currently contain no names.
I'm guessing the function should contain COUNTIF, MOD and COLUMN or something similar, but I can't get my head around how to do it exactly.
Can anyone help?
I'm looking for a function to count the number of names in row 1 from BE1 all the way to UU1. Only as far as DL1 is shown in the image above because of lack of space.
It should count every 15th cell as that is the distance (in number of columns) between each name.
So basically count every 15th non-empty cell starting from BE1. There are currently only 3 names: Alex, Alfred, and Anders. So the function should return 3, since cells CX1 to UU1 currently contain no names.
I'm guessing the function should contain COUNTIF, MOD and COLUMN or something similar, but I can't get my head around how to do it exactly.
Can anyone help?