- Joined
- May 20, 2016
- Messages
- 2
- Reaction score
- 0
I tried out this formula, =IF(B10<>"",COUNTA($B$10:B10),""), to number the rows in a column that have data in adjacent columns, but leave a row un-numbered and uncounted if the adjacent cell was blank. It worked great in Column A.
However, I tried using the formula in column D and it didn't work so well. Instead of numbering in sequence it was counting by 3's. 3, 6, 9, 12 etc. It still skipped the rows with no data in the adjacent cells but the numbering was wrong.
I tried making some changes no no avail.
This is the formula in D10: =IF(E10<>"",COUNTA($B$10:E10),"")
Any ideas on how to make this formula work in Column D?
Frank
However, I tried using the formula in column D and it didn't work so well. Instead of numbering in sequence it was counting by 3's. 3, 6, 9, 12 etc. It still skipped the rows with no data in the adjacent cells but the numbering was wrong.
I tried making some changes no no avail.
This is the formula in D10: =IF(E10<>"",COUNTA($B$10:E10),"")
Any ideas on how to make this formula work in Column D?
Frank