how to add number of rows

K

kyoko

is there a way to add number of rows and a number? example: P8 + 5 and the
result will be P13.
 
A

ANONYMOUS

How about something like this:

=ROW()+5

The result will be a cardinal number. You will then need to add a VLOOKUP
formula to interpret =COLUMN() to give A, B, C etc.

hth
 
Top