to add a row

V

Vijay

i wanted to auto increment the number for the cells for which i have entered
text already
say 1)some text
2) some text
3) -------------
This is possible if i enter in an individual column by dragging it where i
can fill the series wheras for the text already exising in the cell and i
have to prefix nos
can any one tell me whether can i do this?
 
F

Flick Olmsford

Offhand, I would say that you should use a text concatenation function for
the text, prefixing "some text" with a number in a cell.

E.g. =ROW(B9)&" " &B9
where row(cell) returns the row number and the & concatenates and the " "
puts a blank space.

Other possibilities other than the row() function, but this should give you
a start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top