I want to SUM the numbers in a row which represent the worked hours in a month. The numbers in the cells have a leading string character like V8 or S8 or H7,2. How can I do that. See the mini sheet below for layout and desired results. Thank you very much.
JusKaart.xlsm | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | |||
19 | Desired outcome | |||||||||||||||||||||||||||||||||||||
20 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | worked | vacation | holiday | sick | |||
21 | H7,2 | 11,0 | 7,0 | 7,0 | 9,0 | 8,0 | 7,5 | 8,0 | 10,0 | 7,5 | 4,0 | 2,0 | 7,5 | 10,0 | 8,0 | 2,0 | 7,5 | 8,0 | 8,0 | 132,00 | 7,20 | |||||||||||||||||
22 | 11,0 | 7,5 | 8,0 | 7,5 | 8,0 | 7,5 | 7,5 | 8,0 | 10,0 | 7,5 | 7,0 | 8,0 | S8 | S8 | S8 | z8 | 4,0 | 8,0 | V8 | 109,50 | 8,00 | 24,00 | ||||||||||||||||
23 | V4 | V4 | V4 | V8 | V8 | V8 | V7,2 | V7,2 | V7,2 | V8 | V8 | V8 | 8,0 | 8,0 | 8,0 | 8,0 | 11,0 | 7,5 | 50,50 | 81,60 | ||||||||||||||||||
24 | 8,0 | 8,0 | H7,2 | 8,0 | H7,2 | H7,2 | 8,0 | 5,5 | 7,0 | 8,0 | 10,0 | 8,0 | 1,5 | 5,0 | 10,0 | 8,0 | H7,2 | 8,0 | 8,0 | 111,00 | 28,80 | |||||||||||||||||
25 | 8,0 | H7,2 | 11,0 | 7,5 | 6,5 | 8,0 | 4,0 | 4,0 | 8,0 | 10,0 | 8,0 | H7,2 | 4,0 | 7,5 | 8,0 | 11,0 | 7,5 | 8,0 | H7,2 | H7,2 | 6,5 | 127,50 | 28,80 | |||||||||||||||
Bert |