View Single Post
  #1  
Old May 29th, 2010, 07:47 PM posted to microsoft.public.excel.worksheet.functions
RichM
external usenet poster
 
Posts: 33
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.