Worksheet name in Dropbox

hnswart

New Member
Joined
Aug 23, 2014
Messages
9
I use a formula that returns the sheet name in a cell. I use that returned value in other formulas.
This works perfectly in excel. But when i open the file in Excel for the web(dropbox) so that different people can work on the same workbook without creating conflicted copies the formula does not work anymore.

The formula: =MID(@CELL("filename",A2),FIND("]",@CELL("filename",A2))+1,255)
It returns #False!
When i open it again in excel i get the sheet name.

Does anyone have a formula that could work on the online version?

Thank you
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi,

I don't think Excel has a built in function to get the sheet name hence the formula that is prevalent on the net.
This site explains the formula, which returns the path and the wb/sheet name.
It might be worth seeing what just the filename A1 returns to see if there's anything useful that can be used.

 
Upvote 0
Hi,

I don't think Excel has a built in function to get the sheet name hence the formula that is prevalent on the net.
This site explains the formula, which returns the path and the wb/sheet name.
It might be worth seeing what just the filename A1 returns to see if there's anything useful that can be used.

I see that the CELL("filename") formula is not supported by Online or mobile versions of excel.

Thank you for your help.
 
Upvote 0

Forum statistics

Threads
1,215,016
Messages
6,122,700
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top