Copy Tab to Cell

Liverpool1959

New Member
Joined
Mar 16, 2015
Messages
45
I have a Spreadsheet with Tamba at the bottom. One for each day of the month. When I select say Jan 5, I also have to enter Jan 5 into Cell E1. Is there a formula I can enter into E1 so it copies the Info on the Tab
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1),1))
 
Upvote 0
Or try

=REPLACE(CELL("filename",A1),1,FIND("]",CELL("filename",A1)),"")
 
Upvote 0
Neither one of these worked

So the first Tab at the bottom is Jan 4. Every day I have to Click on the Tab and then enter The date in Cell E1

Should I mention it is a Google Sheet. Not sure if that matters. The File "Morning Operations January 2022" is shared with 8-10 People
 
Upvote 0
Should I mention it is a Google Sheet. Not sure if that matters. The File "Morning Operations January 2022" is shared with 8-10 People
Infrequently, true, but I keep seeing Google Sheets questions being asked here and wonder why. Doesn't Google Sheets have its own forum devoted to its own product? I know there are similarities, but to expect an Excel solution to work on a Google Sheet seems kind of, well, optimistic to me.
 
Upvote 0

Forum statistics

Threads
1,223,365
Messages
6,171,654
Members
452,415
Latest member
mansoorali

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