Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OK.....This isn't very elegant...but, here goes:
With A1: 20: 5- 2- 4 B1: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,": ","|"),"- ","||",1),"- ","|||")&"||||" C1: =SUMPRODUCT(MID(B1,FIND({"|","||","|||"},B1)+{1,2, 3},FIND({"||","|||","||||"},B1)-FIND({"|","||","|||"},B1)-{1,2,3})*{10,7,3})/LEFT(A1,FIND(":",A1)-1) Note: Watch out for text wrap in the display With that example, C1 returns 3.8 Is that something you can work with? *********** Regards, Ron XL2002, WinXP "ozwunder321" wrote: hi, this appears in one cell, 20: 5- 2- 4 How make a formula using the above, (5*10+2*7+4*3)/20 in another cell. thanks -- ozwunder321 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
IF-THEN Formula help needed | Excel Worksheet Functions | |||
Formula needed | Excel Worksheet Functions | |||
continuous sum formula needed | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions |