i have to organise a list of passengers on a mini-bus.
Row 6 contains a list of those passengers, with the first column after the primary column containing a count function telling me what the total number of passengers there are in row 6.
Row 7 is blank and if a passenger is not going to be on the minibus i drag them down from row 6 into row 7. now here is my problem - when i drag them down, the operation also expands the count function to include row 7, therefore my total passenger count stays the same, whereas when i drag them down from row 6 to row 7 i want my row 6 count to decrease. In other words i need to lock the count function into row 6.
I've tried putting the $ sign in various places, but to to no avail.
help please!
Joe