Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default =NOT(ISNUMBER(RIGH(V670,5)))

This formula resolves to TRUE: =NOT(ISNUMBER(RIGH(V670,5)))

V670 is a string of numbers formatted as text.

As far as I can tell, ISNUMBER(RIGHT(V670,5)) resolves to FALSE
because the extracted string of characters is formatted as text.

Therefore the NOT portion forces the formula to resolve to TRUE
because it is TRUE that the string is NOT a number?

Does that sound accurate?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default =NOT(ISNUMBER(RIGH(V670,5)))

On Oct 10, 9:47 am, Dave F wrote:
This formula resolves to TRUE: =NOT(ISNUMBER(RIGH(V670,5)))

V670 is a string of numbers formatted as text.

As far as I can tell, ISNUMBER(RIGHT(V670,5)) resolves to FALSE
because the extracted string of characters is formatted as text.

Therefore the NOT portion forces the formula to resolve to TRUE
because it is TRUE that the string is NOT a number?

Does that sound accurate?


Should be RIGHT not RIGH in the formula.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default =NOT(ISNUMBER(RIGH(V670,5)))

TRUE, but why are you using it? Why not skip the NOT and use ISTEXT instead?


--


Regards,


Peo Sjoblom





"Dave F" wrote in message
ups.com...
This formula resolves to TRUE: =NOT(ISNUMBER(RIGH(V670,5)))

V670 is a string of numbers formatted as text.

As far as I can tell, ISNUMBER(RIGHT(V670,5)) resolves to FALSE
because the extracted string of characters is formatted as text.

Therefore the NOT portion forces the formula to resolve to TRUE
because it is TRUE that the string is NOT a number?

Does that sound accurate?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default =NOT(ISNUMBER(RIGH(V670,5)))

You're correct.

You could also use

=ISNUMBER(-RIGHT(V670,5))

(assuming V670 isn't blank)

If you want the opposite behavior, one way:

=NOT(ISNUMBER(-RIGHT(V670,5)))


In article . com,
Dave F wrote:

This formula resolves to TRUE: =NOT(ISNUMBER(RIGH(V670,5)))

V670 is a string of numbers formatted as text.

As far as I can tell, ISNUMBER(RIGHT(V670,5)) resolves to FALSE
because the extracted string of characters is formatted as text.

Therefore the NOT portion forces the formula to resolve to TRUE
because it is TRUE that the string is NOT a number?

Does that sound accurate?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default =NOT(ISNUMBER(RIGH(V670,5)))

Well, fair point, but the formula is in a spreadsheet given to me by
someone else. So I didn't create it.

Dave

On Oct 10, 9:58 am, "Peo Sjoblom" wrote:
TRUE, but why are you using it? Why not skip the NOT and use ISTEXT instead?

--

Regards,

Peo Sjoblom

"Dave F" wrote in message

ups.com...



This formula resolves to TRUE: =NOT(ISNUMBER(RIGH(V670,5)))


V670 is a string of numbers formatted as text.


As far as I can tell, ISNUMBER(RIGHT(V670,5)) resolves to FALSE
because the extracted string of characters is formatted as text.


Therefore the NOT portion forces the formula to resolve to TRUE
because it is TRUE that the string is NOT a number?


Does that sound accurate?- Hide quoted text -


- Show quoted text -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to copy down formulars into same column by a row left to righ Holly Excel Discussion (Misc queries) 5 April 3rd 07 10:59 PM
ISNumber - What Context? ronaldo444 Excel Worksheet Functions 1 August 14th 06 04:59 PM
ISNUMBER Michael Nol Excel Worksheet Functions 1 March 22nd 06 12:29 AM
ISNUMBER RJJ Excel Worksheet Functions 8 January 4th 06 11:29 PM
isnumber with sumproduct sh0t2bts Excel Worksheet Functions 2 November 25th 04 02:19 PM


All times are GMT +1. The time now is 03:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"