MartinCouture
Technical User
Hello all,
I have a row of 30 cells, some of them are merged (2 cells or more, some as high as 30 ie the whole line).
I would like to count the number of cells in that row with a merged cell counting as one.
The real life use of all this is that we use an excel spread sheet as a calendar for the guys and we now have to track the number of days away or on the road. When we go on the raod over 2 days, we merge the 2 cells. When someone goes on the road for a week, we merge that week into one cell.
The original plan was 30-(COUNTA()+COUNTBLANK())=days away.
But I tried COUNTA()+COUNTBLANK() on a row that had 2 cells merged and 5 cells merged, and I get 30 (April) so that tells me that a merge cell count as many cells that it originaly had.
I'm also trying to stay away from macros/VB.
help
thanks
-----------------
[flush]
I have a row of 30 cells, some of them are merged (2 cells or more, some as high as 30 ie the whole line).
I would like to count the number of cells in that row with a merged cell counting as one.
The real life use of all this is that we use an excel spread sheet as a calendar for the guys and we now have to track the number of days away or on the road. When we go on the raod over 2 days, we merge the 2 cells. When someone goes on the road for a week, we merge that week into one cell.
The original plan was 30-(COUNTA()+COUNTBLANK())=days away.
But I tried COUNTA()+COUNTBLANK() on a row that had 2 cells merged and 5 cells merged, and I get 30 (April) so that tells me that a merge cell count as many cells that it originaly had.
I'm also trying to stay away from macros/VB.
help
thanks
-----------------
[flush]