Hello Smart 'Excel'ers,
Here is an Excel challenge for you all.
If we have data as following;
D----------V
A----------1
E----------2
<blank>--3
<blank>--4
<blank>--5
<blank>--6
<blank>--7
<blank>--8
B----------9
<blank>--10
2----------11
D----------12
A----------13
<blank>--14
<blank>--15
<blank>--16
<blank>--17
<blank>--18
F----------19
<blank>--20
As you can see <blank>-- cells merged, so non blank cell above that are its merged value. So the challenge is use SUMIF to get appropriate SUM.
Eg: If we look for A, the values are 1, 13, 14, 15, 16, 17, 18. So total should be 94
Note:
Range: You can use named range D
Sum_Range: You can use named range V
Rules:
1. No VBA only formulas.
2. Use only these 2 named ranges.
3. No Fill blank method, Press F5, special >> Blanks >>
Final answer should be;
A = 94
B = 19
2 = 11
D = 12
E = 35
F = 39
I am sorry, if it is an ugly layout posting. Any Ninjas are welcome to change its layout or more appropriate heading at any time.
See the attached file.
Haseeb.
Here is an Excel challenge for you all.
If we have data as following;
D----------V
A----------1
E----------2
<blank>--3
<blank>--4
<blank>--5
<blank>--6
<blank>--7
<blank>--8
B----------9
<blank>--10
2----------11
D----------12
A----------13
<blank>--14
<blank>--15
<blank>--16
<blank>--17
<blank>--18
F----------19
<blank>--20
As you can see <blank>-- cells merged, so non blank cell above that are its merged value. So the challenge is use SUMIF to get appropriate SUM.
Eg: If we look for A, the values are 1, 13, 14, 15, 16, 17, 18. So total should be 94
Note:
Range: You can use named range D
Sum_Range: You can use named range V
Rules:
1. No VBA only formulas.
2. Use only these 2 named ranges.
3. No Fill blank method, Press F5, special >> Blanks >>
Final answer should be;
A = 94
B = 19
2 = 11
D = 12
E = 35
F = 39
I am sorry, if it is an ugly layout posting. Any Ninjas are welcome to change its layout or more appropriate heading at any time.
See the attached file.
Haseeb.