marcus.brown
Board Regular
- Joined
- Jun 23, 2008
- Messages
- 61
Hi Guys,
I'm new here, so could do with some help! I need to create an alphanumeric function. The fuction needs to have a range and a criteria. This function will then some the numbers in the range where the text in each of the cells match the criteria.
e.g. alphanumerals(a2:b4, "Fr") would sum all the all numbers which end with the letters Fr (not case sensitive).
a b
1 1.5Fr 2Ger
2 0.5Sp 3Fr
3 0.2Fr 1Sp
4 1Fr 0.5Ger
In this case, I should get a total of 5.7
The formal for each of the cells with the alphanumerals would be <number><charachters>
The function would sum number, where criteria matches characters.
Thanks all!
I'm new here, so could do with some help! I need to create an alphanumeric function. The fuction needs to have a range and a criteria. This function will then some the numbers in the range where the text in each of the cells match the criteria.
e.g. alphanumerals(a2:b4, "Fr") would sum all the all numbers which end with the letters Fr (not case sensitive).
a b
1 1.5Fr 2Ger
2 0.5Sp 3Fr
3 0.2Fr 1Sp
4 1Fr 0.5Ger
In this case, I should get a total of 5.7
The formal for each of the cells with the alphanumerals would be <number><charachters>
The function would sum number, where criteria matches characters.
Thanks all!