Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

If Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carl - 07 May 2008 18:36 GMT
I am looking for a formula in ColC that will return TRUE is the right
character in COLA is 0 (zero).

ColA    ColC
123    FALSE
120    TRUE

Thank You in Advance.
Gary''s Student - 07 May 2008 18:40 GMT
=RIGHT(A1,1)="0"
Signature

Gary''s Student - gsnu200784

David Biddulph - 07 May 2008 19:04 GMT
Yes, but the OP should be warned that it wouldn't give TRUE if A1 contained
the number 123 *formatted* to look like 123.00;  in that case the right-hand
character of the number in A1 is not zero.
--
David Biddulph

> =RIGHT(A1,1)="0"
Gary''s Student - 07 May 2008 19:24 GMT
Yes David, that is exactly the point of my formula:

if A1 is 123 then
=RIGHT(A1,1)="0"
will return FALSE,even if A1 has been formatted to display 123.000
Signature

Gary''s Student - gsnu200784

> Yes, but the OP should be warned that it wouldn't give TRUE if A1 contained
> the number 123 *formatted* to look like 123.00;  in that case the right-hand
[quoted text clipped - 3 lines]
>
> > =RIGHT(A1,1)="0"
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.