View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Autopopulate cell name with tab name

Do you mean to return sheetname. Try this formula in A1

=REPLACE(CELL("Filename"),1,FIND("]",CELL("filename")),"")

If this post helps click Yes
---------------
Jacob Skaria


"Neall" wrote:

I have about 100 tabs each signifying a customer profile what I need now is
to automatically take the worksheet name (customer number) and give a cell
that name so cell 1A would have a name of 123456

The reason I need to do this is because I am using a template for all tabs
and as long as this one variable in the template changes to reflect the
customer number then each sheet will work independently when I do a full
update of all sheets.

Any suggestions?

Thanks in advance
--
Neall
--
Neall