C
Cecilia
Is there a function that counts the number of cell references in a formula?
formula?
Try this:
=COLUMNS(S175:Z175)
If the range of cells was S175:S185
=ROWS(S175:S185)
If the range of cells was C2:E10
=COLUMNS(C2:E10)*ROWS(C2:E10)
Biff