Vox Populi Vox Dei
High Tory
Hello fellow forumites
I'm wondering if you could help with a slight problem:

Basically I am interested in calculating the total fees per year (someone else did the data capturing).
Based on the following assumptions:
1. 2 terms per year
2. R2 = £1
3. Only males were enrolled
4. 5 shillings = 1/4 quarter of a pound:
I came up with the following figure for first-year 1919 BA degree:
= 33
Obviously I want to automate this process, however, there is text in three of the cells which have numbers. I think I know of a way to extract numbers from a text string, however I'd then have to do it for many hundreds of cells. Is there rather a way, when constructing a formula, for Excel to just just extract the numbers?
Thanks
I'm wondering if you could help with a slight problem:

Basically I am interested in calculating the total fees per year (someone else did the data capturing).
Based on the following assumptions:
1. 2 terms per year
2. R2 = £1
3. Only males were enrolled
4. 5 shillings = 1/4 quarter of a pound:
I came up with the following figure for first-year 1919 BA degree:
Code:
=2*((2*5)+2+1+2*0.25+3*1)
Obviously I want to automate this process, however, there is text in three of the cells which have numbers. I think I know of a way to extract numbers from a text string, however I'd then have to do it for many hundreds of cells. Is there rather a way, when constructing a formula, for Excel to just just extract the numbers?
Thanks