Here is another way
to get string from the parenthesis:
Formula:
=TRIM(MID(SUBSTITUTE(SUBSTITUTE(B48,")","("),"(",REPT(" ",99)),99,99))
To multiply the results
use this array formula
Formula:
=PRODUCT(IFERROR(--TRIM(MID(SUBSTITUTE(C48,"x",REPT(" ",30)),30*(COLUMN($A:$Z)-1)+1,30)),""))
***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER
|
B |
C |
D |
47 |
Text |
From the parenthesis |
Multiplied results |
48 |
Development Fee @ Rs.600/- p.m. for 1134 students (600x12x1134) |
600x12x1134 |
8164800 |
49 |
Development Fee @ Rs.600/- p.m. for 1134 students* (6100x112x11139)* |
6100x112x11139 |
7610164800 |
Bookmarks