Hi,
I have a row of data. However, I do not want to sum the whole row. I only want the result at the end of the row. In the examples below, if there are no data in Q2, Q3 & Q4, the total will return the value in Q1. However, if there are data in Q4, it will ignore the data above it (in Q1, Q2 & Q3). Any formula to do that?
Thanks,
Irene
I have a row of data. However, I do not want to sum the whole row. I only want the result at the end of the row. In the examples below, if there are no data in Q2, Q3 & Q4, the total will return the value in Q1. However, if there are data in Q4, it will ignore the data above it (in Q1, Q2 & Q3). Any formula to do that?
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | Example 1 | Example 2 | Example 2 | |||||||
3 | Q1 | 500 | Q1 | 500 | Q1 | 500 | ||||
4 | Q2 | Q2 | 200 | Q2 | 200 | |||||
5 | Q3 | Q3 | Q3 | |||||||
6 | Q4 | Q4 | Q4 | 400 | ||||||
7 | Total | 500 | Total | 200 | Total | 400 | ||||
8 | ||||||||||
Sheet1 |
Thanks,
Irene