Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Whilst I'm being lazy, what's the best way to check for the existence of a
character (say "-") in a string? My brain's gone to sleep this afternoon - sorry, y'all! Thanks in advance Pete |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() say you want to check ; in a cell, following formula will return yes if it finds and no if it did not. =IF(ISERROR(FIND(";",A1)),"not","yes") -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=553633 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good morning,
This works a treat. Thanks very much Pete "starguy" wrote: say you want to check ; in a cell, following formula will return yes if it finds and no if it did not. =IF(ISERROR(FIND(";",A1)),"not","yes") -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=553633 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Browse File for Mac | Excel Discussion (Misc queries) | |||
Auto convert an alphanumeric string (CIS9638S) to numbers only? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |