Thread: IF Statement???
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default IF Statement???

=LEFT(A1,FIND(" ",A1)-1)*MID(A1,FIND("/",A1,FIND("/",A1)+1)+1,FIND("
",A1,FIND("/",A1,FIND("/",A1)+1)+1)-FIND("/",A1,FIND("/",A1)+1)-1)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"T Miller" wrote in message
...
Alright, if I have this in a cell

2000 PK/TH/5000 EA/PK

and I want to multiple the first number (2000) * (5000) to get to

10,000,000
in the cell as the answer. What is the best way to set up this if

statement?
The actual number may be smaller but the max would be a fpur digit

number.
Any help would be appreciated.

--
Thomas