Skip to main content
The 2024 Developer Survey results are live! See the results
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 508592

A spreadsheet application by Microsoft. Use this tag along with [vba] if your question involves programming Excel in VBA, and with [worksheet-function] if it involves an Excel formula or worksheet function. Also add the the specific version tag (e.g. [microsoft-excel-2019] or [microsoft-excel-365]) as features and functions may vary between them.

0 votes
1 answer
3k views

Return Table name using Formula?

I was wondering if there is anyway to return the name of the table using a formula? I was working on a way to break down a few thousand addresses into there perspective column of information. ie.. #, …
Mouthpear's user avatar
  • 149
3 votes

Check if Excel cell text is numeric using formula only

I know this post is old but I found this very useful in this case I had a formula that returned (333), even though it is a number and ISNUMBER will say it is a number even though I did not want an ans …
Mouthpear's user avatar
  • 149
1 vote

Find first string in text string that is numbers only. Formulas only

I found this to test the String =IF(AND(ISNUMBER(--(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)))),A1,"") and placed the code to locate the first string and second string. Here is the entire thing. I …
Mouthpear's user avatar
  • 149
1 vote
3 answers
961 views

Find first string in text string that is numbers only. Formulas only

Is it possible to find the first string within a string that contains only numbers/digits? I have a few thousand addresses to process and some of them have Apartment numbers. I need to find the addres …
Mouthpear's user avatar
  • 149