View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 3,365
Default without macros, how can one create labels in excel

I don't know that there's a way to do this without macro coding of some type.
Excel does not have the ability to change a value in a cell to keep an
updated count. That is to say, you can't say "take a value in a cell, add
one to it and replace the value in the original cell with that new value".
Not with worksheet functions.

A source of a couple of solutions for the matter can be found on J.E.
McGimpsey's site and they seem to be the de facto standard for doing this
kind of thing:
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html


"DooDah" wrote:

I do not yet know macros. I would like to create a label template allowing
information to be written and that would automatically add a label #. Any
suggestions would be appreciated.