I'm looking for a way to create a function to return the current sheet you’re
working in. Not it’s name (I’ve found that function), but the number of the
sheet. Example: if you have a total of 8 sheets, and you’re working on the
3rd sheet, I’d like to return the number 3 in a certain cell on the third
sheet, 4 on the fourth sheet, 5 on the fifth sheet, etc., and have those
numbers update if sheets are added or deleted. Is that possible?