kirkmaciano
New Member
Hi all
I am facing a sumifs problem.
The outcome I want is Person B returns 37, Person D returns 5, Person F returns 30 under April, and Person F returns 60 under May.
I managed to
i) =SUM(VALUE(RIGHT($B$3:$J$3,LEN(B3:J3)-1))) to sum only the numbers in a row
ii) =SUMIFS(XLOOKUP(lookup_value,$A$3:$A$11,$B$3:$J$11),$B$1:$J$1,MONTH(one of the cells showing a date)) to find the correct row and columns
But I am lost how to sumifs only the numbers after finding the correct row and columns.
Can any experts help me out?
I am facing a sumifs problem.
A | B | C | D | E | F | G | H | I | J | |
1 | 4 | 4 | 4 | 4 | 5 | 5 | 5 | 5 | 5 | |
2 | 27 Apr | 28 Apr | 29 Apr | 30 Apr | 1 May | 2 May | 3 May | 4 May | 5 May | |
3 | Person A | |||||||||
4 | Person B | F12 | F25 | |||||||
5 | Person C | H | H | H | ||||||
6 | Person D | H5 | ||||||||
7 | Person E | |||||||||
8 | Person F | F30 | F30 | F30 | ||||||
9 | Person G | F | F | F | ||||||
10 | Person H | |||||||||
11 | Person I |
The outcome I want is Person B returns 37, Person D returns 5, Person F returns 30 under April, and Person F returns 60 under May.
I managed to
i) =SUM(VALUE(RIGHT($B$3:$J$3,LEN(B3:J3)-1))) to sum only the numbers in a row
ii) =SUMIFS(XLOOKUP(lookup_value,$A$3:$A$11,$B$3:$J$11),$B$1:$J$1,MONTH(one of the cells showing a date)) to find the correct row and columns
But I am lost how to sumifs only the numbers after finding the correct row and columns.
Can any experts help me out?