View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default formula for tab value

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
--
Gary''s Student - gsnu200754


"Alylia" wrote:

i want to show in a cell what is in the tab on the worksheet. please advise
how do i go about that.