Changing a tab name in real-time based on cell value from another worksheet

yeshallfind

New Member
Joined
Aug 10, 2016
Messages
16
Hi guys. This sounds like a simple question and I've been searching and searching, but can't seem to find the right answer.

I currently have a spreadsheet with 2 tabs/worksheets named SHEET1 and SHEET2.

Basically all I want is if anything is entered in cell A1 of Sheet, then the tab on Sheet 2 name changes accordingly.

So A1 on sheet 1 is called APPLE, then tab on sheet 2 is also called APPLE.

and if So A1 on sheet 1 is called ORANGE, then tab on sheet 2 is also called ORANGE.

Hope this makes sense.

PS. There is a lot more to it, but I just want to get a grasp of this before asking my next question.

Thanks very much.
 
Last edited:
Sorry, I forgot to add that the output should be something like Cells 2 out of 10

Does it need to be VBA?

If not this will work:

Code:
="Cells "&COUNTA(Sheet1!A1:A10)&" out of 10"
 
Upvote 0

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,225,754
Messages
6,186,825
Members
453,377
Latest member
JoyousOne

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