Is it possible to have a formula IF current sheet is named X?a

excelos

Well-known Member
Joined
Sep 25, 2011
Messages
591
Office Version
  1. 365
Platform
  1. Windows
Is it possible to have a formula IF current sheet is named X?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Yes. I've named a sheet "X" in one workbook and used an IF function in another workbook. I've also named a sheet "X" and used an IF statement on that sheet in the same workbook.

Have you tried? Is there further detail you can share?
 
Upvote 0
Yes. I've named a sheet "X" in one workbook and used an IF function in another workbook. I've also named a sheet "X" and used an IF statement on that sheet in the same workbook.

Have you tried? Is there further detail you can share?

I have not tried.
How did you express 'if current sheet is named X' with formulas?
 
Upvote 0
Tried searching on Google, found this suggestion: http://tinyurl.com/y572kr6m

Rich (BB code):
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)



Please do as follow to reference the active sheet tab name in a specific cell inExcel. 1. Select a blank cell, copy and paste the formula=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) into the FormulaBar, and the press the Enter key.11 Feb 2015

How to reference tab name in cell in Excel? - ExtendOffice


<cite class="iUh30" style="color: rgb(0, 102, 33); font-style: normal; font-size: 14px; padding-top: 1px; line-height: 1.43;">https://www.extendoffice.com/documents/excel/2618-excel-reference-tab-name.html</cite>



 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,937
Members
449,480
Latest member
yesitisasport

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