View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sheri Sheri is offline
external usenet poster
 
Posts: 17
Default Tab Name Reference

I am close, but no cigar. I have a formula in cell A1 that is =TestSheet!A1,
in B1 I have the following formula - =MID(CELL("filename",A1), FIND("]",
CELL("filename", A1))+ 1, 255), which results in it saying Sheet1. What I
need is for the formula in cell B1 to tell me which sheet A1 is coming from.
So ideally in B1, it would say TestSheet. Any suggestions?