Thread: Right find
View Single Post
 
Old 04-13-2016, 01:34 AM
Fean Fean is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Apr 2016
Posts: 5
Fean is on a distinguished road
Default Right find

Hi i have difficulties with Right and Find.

In a cell A1 to A20 i have;
A1 Am 0.xlsm

In cell B1 I want only the 0 or 1 from the above.

Of course i can do =RIGHT(C7,6)
but that gives me "0.xlsm"

I want only the 0 or 1 or what stands before the "."

Something like this (but that only goes well till B2
=RIGHT(FIND(".",A1,6)-1)
Reply With Quote