NOTTEXT

=NOTTEXT()

Array
Required. Range to check if cells aren't text

NOTTEXT returns TRUE or FALSE if a cell in a given range is not text.

schardt679

Board Regular
Joined
Mar 27, 2021
Messages
58
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
  2. Mobile
  3. Web
NOTTEXT returns TRUE or FALSE if a cell in a given range is not text.

Other functions on minisheet: AFORMULATEXT.

Screen Tip/ Comment: =NOTTEXT(Array☛ range to check if cells aren't text)

Excel Formula:
=LAMBDA(Array,
      --(ISTEXT(Array))=0
  )
LAMBDA Examples.xlsx
ABCDEFG
1NOTTEXT
2
3Original DataResult
41 TRUEFALSE
5 2FALSETRUE
6#N/A TRUEFALSE
7ABCFALSETRUE
83ABCFALSEFALSE
9
10B5 & C6 contain space(s)
11C1 contains a non-breaking space
12C8 contains white text
13Formula in cell E4☛ =NOTTEXT(B4:C8)
14
NOTTEXT
Cell Formulas
RangeFormula
C4C4=CHAR(160)
E4:F8E4=NOTTEXT(B4:C8)
B5B5=CHAR(32)
B6B6=NA()
C6C6=REPT(" ", 5)
B13B13=AFORMULATEXT(E4)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,960
Messages
6,127,942
Members
449,411
Latest member
sdescharme

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