View Single Post
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try the following in A1:
="PV-" & CHAR(64+ROW())
and copy down

--
Regards
Frank Kabel
Frankfurt, Germany

Wazooli wrote:
How can I fill a series of cells with dragging, where the first entry
is "PV-A", and the filled cells are "PV-B", "PV-C", and so on?