View Single Post
  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=IF(D5<"","R" & MAX($B$1:OFFSET(C5,-1,0))+1,"")

Arvi Laanemets


"Colleen B" wrote in message
...
From another post I found a formula to automatically number a cell if

there
was data in the cell next to it (for example, if there's data in D5 in the
following formula, then D6 will produce a number).

=IF(D5<"",MAX($B$1:OFFSET(C5,-1,0))+1,"")

My question is, is it possible to do auto numbering just like this formula
does, but so that the product is not just a number such as 1 or 2 but a
letter-number combo such as R1, R2 etc.? (the letter would always be the
same). Thanks!

Colleen B