View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
clb clb is offline
external usenet poster
 
Posts: 3
Default Substitute to Retun a number

I am using the substitute function to split a cell containing <5 into two
cells: < and 5 using the following

=substitute (A1,"<","")

I need the 5 to be a number and this is causing it to be formatted as text.
Any suggestions? Thanks in advance!