Hello,
I have a large table similar to the one below, with first column as ID numbers. I want to select any row based on the ID number and select only a range of data from that row. For example, I want to be able to select data for ID #3 from March to May, which would be 6. SUMIF didn't work for me. Any help would be appreciated!
Jan Feb March April May
1 5 10 15 20 25
2 4 8 12 16 20
3 2 2 2 2 2
4 6 7 8 9 10
I have a large table similar to the one below, with first column as ID numbers. I want to select any row based on the ID number and select only a range of data from that row. For example, I want to be able to select data for ID #3 from March to May, which would be 6. SUMIF didn't work for me. Any help would be appreciated!
Jan Feb March April May
1 5 10 15 20 25
2 4 8 12 16 20
3 2 2 2 2 2
4 6 7 8 9 10