View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RichM RichM is offline
external usenet poster
 
Posts: 11
Default Conditional formula with text and number in cell

Hello,

Can a conditional formula be written to convert a cell with text and a
number to a cellw ith just a number?

I have a cell with the number 10 and the word "weak" in it. 10 weak

Can a conditional formula convert this to just the number "10"? I did
=If(b1= 10 weak,"10") but it does not work.

Thank you.