[無料ダウンロード! √] excel formula sheet name from cell 334221-Excel formula use sheet name from cell

So for extracting the sheet name from the full name, we need to find the position of the (closed big bracket sign) Use the formula to find =FIND (" ",CELL ("filename",A1)) 58 is the position of Now we our formula is completed now =MID (CELL ("filename",A1),FIND ("",CELL ("filename",A1))1,255) ExplanationFree Excel Help RETURN WORKSHEET NAMES TO CELLS There is sometimes a need to have a Worksheet Verify that sheet name is updated with A1 value automatically That means VBA code takes into effective It applies on A1 properly Notes 1Remove all characters from A1 and keep it as blank cell Verify that sheet name is not updated 2Click on other cells for example B1 Verify that sheet name is not updated 3

File Name Sheet Name Easily Insert File Data In Excel

File Name Sheet Name Easily Insert File Data In Excel

Excel formula use sheet name from cell

Excel formula use sheet name from cell-Each of the month sheets has the same structure, which looks like this The formulas on the summary tab lookup and extract data from the month tabs, by creating a dynamic reference to the sheet name for each month, where the names for each sheet are the month names in row 4 The VLOOKUP function is used to perform the lookup The formula in This is an excessive number but because sheet names cannot have more than 31 characters it ensures the full name is returned whatever it may be Here is the full Excel formula to display the sheet name in a cell;

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

 If you want each report to have the name of the worksheet as a title, use the following formula =TRIM (MID (CELL ("filename",A1),FIND ("",CELL ("filename",A1))1,)) &" Report" The CELL () function in this case returns the full path\ File NameSheetName By looking for the closing square bracket, you can figure out where the sheet name occursPlease do as follow to reference the active sheet tab name in a specific cell in Excel 1 Select a blank cell, copy and paste the formula =MID (CELL ("filename",A1),FIND ("",CELL ("filename",A1))1,255) into the Formula Bar, and the press the Enter key See screenshot Now the sheet tab name is referenced in the cellGot any Excel Questions?

 In B1 use = CELL("filename",A1) with some text manipulation formulas wrapped around it to extract the sheet name from the value the CELL function returnsQuickly insert current sheet name in a cell with functions Just enter the formula of =RIGHT (CELL ("filename",D2),LEN (CELL ("filename",D2))FIND ("",CELL ("filename",D2))) in any cell and press Enter key, it shows the current worksheet's name in the cell This formula is only able to show current worksheet's name, but not other worksheet's name18 hours ago I am trying to replace the sheet name by referencing a cell with a sheet name in it In my example below, In my example below, I thought the answer would be =SUMIF(""!AA,"1",""!BB) but this seems to not work My goal is to be able to drag down and have the formula change based on the

 you need to create a Name like "SheetName" and use GETCELL (32,A1) in the Refers To area Whenever you need the sheet name you need to type "=SheetName" in the cell and you will get workbook and sheet name This is a Excel 4 Macro and not being supported You can use it in Names though 0 Likes Reply best response confirmed by liverlarsonComplete Excel Excel Training Course for Excel 97 Excel 03, only $ $5995 Instant Buy/Download, 30 Day Money Back Guarantee & Free Excel Help for LIFE! Use Cell Value as Worksheet Name in Excel Formula Sometimes we have different worksheets in same workbook and we need some data for calculation from these sheet in any sheet We can get data from worksheet using reference of cell of specific worksheet

1

1

Google Apps Script How To Get The Sheet Name And Spreadsheet Name And Add To A Cell On Google Sheets With A Custom Function Yagisanatode

Google Apps Script How To Get The Sheet Name And Spreadsheet Name And Add To A Cell On Google Sheets With A Custom Function Yagisanatode

To get the name of the current worksheet (ie current tab) you can use a formula based on the CELL function CELL retrieves the workbook name and sheet, and the MID and FIND functions are used to extract just the sheet name In the example shown, the formula in E5 is = MID(CELL("filename", A1 ),FIND("",CELL("filename", A1 )) 1,255) Explanation Name Email Required, but never shown Post Your Answer Excel Formula Check if cell has formula 0 How to reference a cell in sheet using the sheetname written in cell 1 Excel Countif of Countif 0 Formula 2 We use the MID function to extract just the sheet name beginning with the first character after the closing bracket The number of characters to extract is supplied as 31, which is the maximum number of characters in worksheet names allowed by the Excel UI (though Excel's xlsx file format permits up to 255 characters in sheet names

Excel Formula Vlookup From Another Sheet Excelchat

Excel Formula Vlookup From Another Sheet Excelchat

Link Cells Between Sheets And Workbooks In Excel

Link Cells Between Sheets And Workbooks In Excel

 Excel formula to get sheet name from a cell I am trying to use a formula to reference a worksheet by getting the sheet name from a cell as shown below =IF (A34="","",MAX (Client10!C$3C$33)) I have about 50 sheets and want to sect the sheet depending on the row I have tried to use CONCAT to build the sheetname but cannot get it to work in Using the sheet name code Excel formula requires combining the MID, CELL, and FIND functions into one formula For example, if you are printing out a financial model Types of Financial Models The most common types of financial models include 3 statement model, DCF model, M&A model, LBO model, budget model Excel formula to get sheet name from a cell I am trying to use a formula to reference a worksheet by getting the sheet name from a cell as shown below =IF (A34="","",MAX (Client10!C$3C$33)) I have about 50 sheets and want to sect the sheet depending on the rowFigure 3 Sheet 1 to Sheet4 containing Values in Cell A1 We will input the data as shown in

Get Sheet Name In Excel In Easy Steps

Get Sheet Name In Excel In Easy Steps

Excel Reference Another Sheet Customguide

Excel Reference Another Sheet Customguide

 If your formula refers to any cells on the current sheet, you do not need to include the sheet name in the references, Excel will do it for you automatically If you are referencing a cell or range on another worksheet, add the sheet's name followed by the exclamation point before the cell/range reference (like in the formula example above)How to Return an Excel Worksheet/Sheet Name to a Cell via VBA & Custom Function/Formula Current Special!Got any Excel Questions?

How To Return The Worksheet Name In A Cell For Excel 10 Dedicated Excel

How To Return The Worksheet Name In A Cell For Excel 10 Dedicated Excel

Excel Reference To Another Sheet How To Refer From Another Sheet

Excel Reference To Another Sheet How To Refer From Another Sheet

 If all of the worksheets are in the same workbook, try using the INDIRECT function (refer to inbuilt help for syntax) Rgds, ScottO "kojimm" wrote in message news5BC62FEAEE12A605F7F6CE8@microsoftcom I use the folowing formula in a summary sheet that looks at specific cells on other work sheet Re VLOOKUP with sheet name as cell reference Hi there, im looking for something like this, is it possible for the vlookup to automatically input a value based on the tab name, ive seen the formula for the one in the sample sheet and that is specific to the sheet name, can it be such where its sheet name A or B or C in one vlooup formula?=MID (CELL ("filename",B1),FIND ("",CELL ("filename",B1))1,32) Watch the Video

Excel Increment Cell Reference Using Indirect Function

Excel Increment Cell Reference Using Indirect Function

Return Sheet Name In Cell Excel Formula Youtube

Return Sheet Name In Cell Excel Formula Youtube

1 Formulas In Excel, a formula is an expression that operates on values in a range of cells or a cell For example, =A1A3, which finds the sum of the range of values from cell A1 to cell A3 2 Functions Functions are predefined formulas in Excel They eliminate laborious manual entry of formulas while giving them humanfriendly names Excel Formula List Sheet Names With Formula Exceljet Return an Excel Worksheet Name to a Cell In Excel it is possible to use the CELL functionformula and the MID and FIND to return the name of an Excel Worksheet in a Workbook Any cell on the sheet will work Function TabName TabName ActiveSheetName End FunctionIf the worksheet name includes spaces, enclose it in single quotation marks ' Example 'Sheet Name with spaces'!CellAddress

How To Name Sheets Based On Cell Values From List In Excel

How To Name Sheets Based On Cell Values From List In Excel

How To Quickly Insert Sheet Names In Cells In Excel

How To Quickly Insert Sheet Names In Cells In Excel

In Excel there isn't any one function to get the sheet name directly But you can get a sheet name using VBA, or you can use the CELL, FIND, and MID functions = MID(CELL("filename"),FIND("",CELL("filename")) 1,31) Let's go throughReturn the name of a sheet into a cell using an Excel formula This video tutorial explores the use of the CELL, MID and FIND functions to display the worksh I have searched the excel function documentation and general MSDN search but have been unable to find a way to return the sheet name without VBA Is there a way to get the sheet name in an excel formula without needing to resort to VBA?

Tom S Tutorials For Excel One Formula Returns Value Of The Same Cell On Multiple Worksheets Tom Urtis

Tom S Tutorials For Excel One Formula Returns Value Of The Same Cell On Multiple Worksheets Tom Urtis

List All Formulas In Workbook Contextures Blog

List All Formulas In Workbook Contextures Blog

 To do this I use the following formula below This may seem a complex formula, and it doesn't matter if you don't fully understand it (I don't), you just need to copy and paste this into a cell in the spreadsheet, and the sheet name will appear If you change the sheet name, the cell will change accordinglyType or paste the following formula in the cell in which you want to display the current file name with its full path and the name of the current worksheet =CELL ("filename") Insert the current file name and the name of the active worksheetWe have a useful function in excel called as the CELL function which can be modified to return the sheet name, workbook name and the file path In this article we will learn how to return name of the excel sheet Lets see how this is done Considering that we want this info for the current file First lets understand the CELL Function

How To Quickly Insert Sheet Names In Cells In Excel

How To Quickly Insert Sheet Names In Cells In Excel

How To Make Sheet Tab Name Equal To Cell Value In Excel

How To Make Sheet Tab Name Equal To Cell Value In Excel

Excel names the cells based on the labels in the range you designated Use names in formulas Select a cell and enter a formula Place the cursor where you want to use the name in that formula Type the first letter of the name, and select the name from the list that appears Or, select Formulas > Use in Formula and select the name you want to use= INDIRECT("'" & sheet_name & "'!A1") where sheet_name is a reference that contains the sheet name For the example on this page, the formula would be = INDIRECT("'" & B6 & "'!A1") Note this requirement is not specific to the INDIRECT function CELL("filename") will return the full file path of the current workbook (let's call this the FilePath) which includes the folder path, workbook name and the current sheet nameIn our example FilePath is C\Users\John\How to Get the Current Sheet NamexlsxMy Sheet FIND("",FilePath) will return the location of the "" character before the sheet name (let's call

How To Get Filename In Excel

How To Get Filename In Excel

Excel Formula Get Sheet Name Only

Excel Formula Get Sheet Name Only

To return the sheet name in a cell, use CELL, FIND and MID in Excel There's no builtin function in Excel that can get the sheet name 1 The CELL function below returns the complete path, workbook name and current worksheet name Note instead of using A1, you can refer to any cell on the first worksheet to get the name of this worksheet 2 If you want to make the formula even more generalpurpose, you could pull the workbook name, worksheet name, and cell referene all from cells within your worksheet, as in this manner =INDIRECT ("' " & K1 & "" & K2 & "'!" & K3)Use the following syntax SheetName!CellAddress Notes The worksheet name comes before the cell address, followed by an exclamation mark !

Excel Formula List Sheet Names With Formula Exceljet

Excel Formula List Sheet Names With Formula Exceljet

Cell Function Returns Sheet Name Workbook Name And Path In Microsoft Excel 10

Cell Function Returns Sheet Name Workbook Name And Path In Microsoft Excel 10

 Excel makes this easy through the use of the CELL function If you include the following in a cell, Excel returns the full path of the workbook, along with the sheet name =CELL ("filename") For instance, if you entered this into a cell in the Sheet1 worksheet of the MyWB workbook, the information returned by Excel might be something like C\My How to reference Sheet name from Cell Value inside a SUMIF excel function Ask Question Asked 3 years, 11 months ago If you're not using VBA then you need an indirect cell reference that will contain a sheet name Eg in cell A1 Excel Vba Basics 28 Get The Name Or File Path Open File Browser In Vba Excel Shortcuts Excel Excel Macros Find The Last Row Column Or Cell In Excel Vba With The Specialcells Me Excel Column Cell Link A Worksheet Name Using The Mid Find Functions Excel Excel Spreadsheets Function

Return Sheet Name Into A Cell Excel Formula Youtube

Return Sheet Name Into A Cell Excel Formula Youtube

How To Reference Tab Name In Cell In Excel

How To Reference Tab Name In Cell In Excel

Complete Excel Excel Training Course for Excel 97 Excel 03, only $ $5995 Instant Buy/Download, 30 Day Money Back Guarantee & Free Excel Help for LIFE!Use Worksheet Names From Cells In Excel Formulas Current Special! In excel no1, Sheet 3 is where where I require the formula's in by name & date in column N6, reference name in column A6, in sheet 1 is where the information comes from (sheet 1, column A name , column B date, column C code, so on) ( down from top is Month,Day,Year eg;

Excel Formula Get Workbook Name And Path Without Sheet Exceljet

Excel Formula Get Workbook Name And Path Without Sheet Exceljet

Excel Sheet Function My Online Training Hub

Excel Sheet Function My Online Training Hub

How to Get the List of File Names in a Folder in ExcelHow to Insert File Name in an Excel CellInsert the current file name, its full path, and the name of th How do I reference an excel sheet name in an excel formula?B6 to B000 & adding)

File Name Sheet Name Easily Insert File Data In Excel

File Name Sheet Name Easily Insert File Data In Excel

Excel Magic Trick 1107 Vlookup To Different Sheet Sheet Reference Defined Name Table Formula Youtube

Excel Magic Trick 1107 Vlookup To Different Sheet Sheet Reference Defined Name Table Formula Youtube

 There are formulas for each variation of the sheet name, file name and path The main part of the formula is the =CELL () formula The CELL formula looks something like this =CELL ("filename",A1) That means that the CELL formula we have to use has two parts The first part just says "filename" It is important to add the quotation marks Go to the Formulas tab Press the Define Name button Enter SheetNames into the name field Enter the following formula into the Refers to field =REPLACE (GETWORKBOOK (1),1,FIND ("",GETWORKBOOK (1)),"") Hit the OK button In a sheet within the workbook enter the numbers 1,2,3,etc into column A starting at row 2 and then in cell B2 enter Kevin has a workbook containing 36 worksheets He needs to have the worksheet name present in a cell of that worksheet He has created a userdefined function that returns the worksheet name, but it returns the same name on all 36 worksheets—the name of whatever worksheet is displayed when the userdefined function is executed

Excel Formula Lookup With Variable Sheet Name Exceljet

Excel Formula Lookup With Variable Sheet Name Exceljet

Use Excel Indirect To Dynamically Refer To Worksheets Excel Tutorial For Excel 13

Use Excel Indirect To Dynamically Refer To Worksheets Excel Tutorial For Excel 13

How To Reference Tab Name In Cell In Excel

How To Reference Tab Name In Cell In Excel

3 Quick Ways To Get A List Of All Worksheet Names In An Excel Workbook Data Recovery Blog

3 Quick Ways To Get A List Of All Worksheet Names In An Excel Workbook Data Recovery Blog

3

3

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

Excel Reference The Tab Name In A Cell Asimplemodel Asimplemodel Com

Excel Reference The Tab Name In A Cell Asimplemodel Asimplemodel Com

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

How To Reference Tab Name In Cell In Excel

How To Reference Tab Name In Cell In Excel

Excel Formula Dynamic Worksheet Reference Exceljet

Excel Formula Dynamic Worksheet Reference Exceljet

How Do I Reference An Excel Sheet Name In An Excel Formula Super User

How Do I Reference An Excel Sheet Name In An Excel Formula Super User

Formula To Insert Sheet Name In Excel Youtube

Formula To Insert Sheet Name In Excel Youtube

Get Worksheet Name From Formula Excel Automate Excel

Get Worksheet Name From Formula Excel Automate Excel

Excel Formula Dynamic Worksheet Reference Exceljet

Excel Formula Dynamic Worksheet Reference Exceljet

Easy Way To Lookup Values Across Multiple Worksheets In Excel

Easy Way To Lookup Values Across Multiple Worksheets In Excel

Excel Formula Get Workbook Name Only Excelchat

Excel Formula Get Workbook Name Only Excelchat

A Quick Way To Name Ranges And Use Named Ranges In Formulas Launch Excel

A Quick Way To Name Ranges And Use Named Ranges In Formulas Launch Excel

3

3

3 Quick Ways To Get A List Of All Worksheet Names In An Excel Workbook Data Recovery Blog

3 Quick Ways To Get A List Of All Worksheet Names In An Excel Workbook Data Recovery Blog

Excel Reference To Another Sheet How To Refer From Another Sheet

Excel Reference To Another Sheet How To Refer From Another Sheet

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

How To Get The Sheet Name In Google Sheets Formula Spreadsheet Point

How To Get The Sheet Name In Google Sheets Formula Spreadsheet Point

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Excel Reference Cell In Another Sheet Or Workbook Excel And Google Sheets Automate Excel

Excel Reference Cell In Another Sheet Or Workbook Excel And Google Sheets Automate Excel

Excel Formula Get Sheet Name Only

Excel Formula Get Sheet Name Only

How To Get The Current Sheet Name How To Excel

How To Get The Current Sheet Name How To Excel

How To Set Cell Value Equal To Tab Name In Excel

How To Set Cell Value Equal To Tab Name In Excel

What Should I Do If I See A Reference In Excel Cell Formulas To A Sheet That I Cannot See In The Workbook Super User

What Should I Do If I See A Reference In Excel Cell Formulas To A Sheet That I Cannot See In The Workbook Super User

Excel Indirect Function Basic Uses And Formula Examples Ablebits Com

Excel Indirect Function Basic Uses And Formula Examples Ablebits Com

Excel Formula Sheet Name List

Excel Formula Sheet Name List

Tom S Tutorials For Excel One Formula Returns Value Of The Same Cell On Multiple Worksheets Tom Urtis

Tom S Tutorials For Excel One Formula Returns Value Of The Same Cell On Multiple Worksheets Tom Urtis

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

How To Return The Worksheet Name In A Cell For Excel 10 Dedicated Excel

How To Return The Worksheet Name In A Cell For Excel 10 Dedicated Excel

File Name Sheet Name Easily Insert File Data In Excel

File Name Sheet Name Easily Insert File Data In Excel

Determine If A Sheet Exists In A Workbook Using Vba In Microsoft Excel

Determine If A Sheet Exists In A Workbook Using Vba In Microsoft Excel

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

How To Get The Sheet Name In Google Sheets Formula Spreadsheet Point

How To Get The Sheet Name In Google Sheets Formula Spreadsheet Point

How To Match The Cell Value With Sheet Tab Name Or Vice Versa In Excel

How To Match The Cell Value With Sheet Tab Name Or Vice Versa In Excel

Vba Rename Sheet How To Rename Excel Worksheet Using Vba Code

Vba Rename Sheet How To Rename Excel Worksheet Using Vba Code

Excel Text 3 Of 4 Using Search Mid Cell To Display Sheet Name Ask Quincy

Excel Text 3 Of 4 Using Search Mid Cell To Display Sheet Name Ask Quincy

Excel Tip Show Sheet Name By Formula Youtube

Excel Tip Show Sheet Name By Formula Youtube

Tom S Tutorials For Excel Using A Formula To Get Your Active Worksheet S Name And Active Workbook S Path And Name Tom Urtis

Tom S Tutorials For Excel Using A Formula To Get Your Active Worksheet S Name And Active Workbook S Path And Name Tom Urtis

How To Set Cell Value Equal To Tab Name In Excel

How To Set Cell Value Equal To Tab Name In Excel

Symbols Used In Excel Formula Excel

Symbols Used In Excel Formula Excel

Indirect Formula Excel Create A Cell Reference From Text

Indirect Formula Excel Create A Cell Reference From Text

Use Concatenate To Combine Names In Ms Excel Tech Savvy

Use Concatenate To Combine Names In Ms Excel Tech Savvy

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

Display Current Sheet Name Excel Vba

Display Current Sheet Name Excel Vba

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Workbook And Sheet Name Via Formula Microsoft Tech Community

Workbook And Sheet Name Via Formula Microsoft Tech Community

Sheet Name Code Excel Download Template Formula Example

Sheet Name Code Excel Download Template Formula Example

Excel Get Sheet Name From Cell

Excel Get Sheet Name From Cell

Excel Formula Reference Sheet Name From Cell

Excel Formula Reference Sheet Name From Cell

Excel If And Or Functions Explained My Online Training Hub

Excel If And Or Functions Explained My Online Training Hub

Reference Sheet Name Via Cell Inside Excel Formula Stack Overflow

Reference Sheet Name Via Cell Inside Excel Formula Stack Overflow

Fastest Excel Indirect Sheet Name And Cell

Fastest Excel Indirect Sheet Name And Cell

Excel Formula Get Sheet Name Only Exceljet

Excel Formula Get Sheet Name Only Exceljet

List Sheet Names With Formula Excel Google Sheets Automate Excel

List Sheet Names With Formula Excel Google Sheets Automate Excel

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

Excel Formula Worksheet Name In Cell

Excel Formula Worksheet Name In Cell

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

Enter Tab Sheet Name In An Excel Cell

Enter Tab Sheet Name In An Excel Cell

Dynamically List Excel Sheet Names My Online Training Hub

Dynamically List Excel Sheet Names My Online Training Hub

Link Cells Between Sheets And Workbooks In Excel

Link Cells Between Sheets And Workbooks In Excel

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

Is There A Google Sheets Formula To Put The Name Of The Sheet Into A Cell Stack Overflow

1

1

How To Reference Worksheet With Space In Name Super User

How To Reference Worksheet With Space In Name Super User

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

How To Generate A List Of Sheet Names From A Workbook Without Vba How To Excel

Get Worksheet Name From Formula Excel Automate Excel

Get Worksheet Name From Formula Excel Automate Excel

How To Get Sheet Name Of Worksheet In Excel

How To Get Sheet Name Of Worksheet In Excel

Current Sheet Name As The Criterion In Google Sheets Formulas

Current Sheet Name As The Criterion In Google Sheets Formulas

Excel Formula Get Sheet Name Only Exceljet

Excel Formula Get Sheet Name Only Exceljet

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Microsoft Excel Create An Automated List Of Worksheet Names Journal Of Accountancy

Get Worksheet Name From Formula Excel Automate Excel

Get Worksheet Name From Formula Excel Automate Excel

Dynamic Sheet Name In Excel Formula Studio Uipath Community Forum

Dynamic Sheet Name In Excel Formula Studio Uipath Community Forum

How To Get Sheet Name Of Worksheet In Excel

How To Get Sheet Name Of Worksheet In Excel

Cheat Sheet Of Excel Formulas List Of Important Excel Formulas

Cheat Sheet Of Excel Formulas List Of Important Excel Formulas

Incoming Term: excel formula sheet name from cell, excel formula different sheet name from cell, excel formula use sheet name from cell,
close