Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=--SUBSTITUTE(A1,"<","")
-- Gary''s Student - gsnu200823 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=--SUBSTITUTE(A1,"<","") -- Biff Microsoft Excel MVP "clb" wrote in message ... 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE.... max. limit 8 :( | Excel Discussion (Misc queries) | |||
Retun greatest # of cells between nonzero | Excel Discussion (Misc queries) | |||
how do I Convert Number to Text ( example 1 should retun "One" | Excel Discussion (Misc queries) | |||
replace or substitute a letter for a specific number | Excel Discussion (Misc queries) | |||
How do I create a formula to retun a value of 0 (zero) when a VLO. | Excel Worksheet Functions |