Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi can someone help with this funtion
if the cell selected as the input for the function is 123'150 then I would expect this to return 150 Public Function rev32(Price As String) '=RIGHT(J5,LEN(J5)-FIND("'",J5)) rev32 = Right(Price, Len(Price) - InStr(Price, "'")) End Function I get a REF error |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL function;find string in entire column & return cell referenc | Excel Worksheet Functions | |||
Function to read text file; find string; delete same before import | Excel Programming | |||
Find String in another string - only between spaces | Excel Worksheet Functions | |||
Find Many String options in ONE String | Excel Worksheet Functions | |||
backwards find function to find character in a string of text | Excel Programming |