kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 951
- Office Version
- 365
Hi,
I have the following data:
Column A is the list of branches. Column B has the historical average daily volume for each branch.Column C to column I has the actual daily tickets. I am trying to build a formula to check the date in cell A25 and then check the actual daily ticket for that date, and if exceeds the historical average in column B by more than a certain percentage, in this case 10% in cell B25, to return a remark that the particular branch exceeded by certain % .
Example of the correct result is in cell A28 and A29. Is this possible with a formula ? Appreciate all the help.
I have the following data:
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Branch | Average Ticket | 4/2/2024 | 4/3/2024 | 4/4/2024 | 4/5/2024 | 4/6/2024 | 4/7/2024 | 4/8/2024 | ||
2 | Branch1 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
3 | Branch2 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
4 | Branch3 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
5 | Branch4 | 150 | 150 | 204 | 204 | 201 | 204 | 204 | 201 | ||
6 | Branch5 | 180 | 180 | 300 | 204 | 204 | 204 | 204 | 204 | ||
7 | Branch6 | 150 | 150 | 204 | 204 | 204 | 300 | 204 | 204 | ||
8 | Branch7 | 125 | 125 | 204 | 204 | 204 | 204 | 204 | 204 | ||
9 | Branch8 | 150 | 150 | 204 | 204 | 204 | 108 | 108 | 204 | ||
10 | Branch9 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
11 | Branch10 | 147 | 147 | 204 | 204 | 204 | 201 | 201 | 204 | ||
12 | Branch11 | 150 | 150 | 204 | 201 | 204 | 204 | 204 | 204 | ||
13 | Branch12 | 235 | 235 | 204 | 204 | 204 | 204 | 300 | 300 | ||
14 | Branch13 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
15 | Branch14 | 150 | 150 | 204 | 108 | 204 | 201 | 204 | 204 | ||
16 | Branch15 | 125 | 300 | 204 | 204 | 204 | 300 | 204 | 204 | ||
17 | Branch16 | 150 | 150 | 204 | 204 | 204 | 204 | 108 | 204 | ||
18 | Branch17 | 150 | 150 | 204 | 204 | 204 | 204 | 201 | 204 | ||
19 | Branch18 | 150 | 150 | 300 | 204 | 204 | 204 | 204 | 204 | ||
20 | Branch19 | 125 | 300 | 204 | 204 | 204 | 204 | 204 | 204 | ||
21 | Branch20 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
22 | Branch21 | 150 | 150 | 204 | 204 | 204 | 204 | 204 | 204 | ||
23 | |||||||||||
24 | Date | % | |||||||||
25 | 4/4/2024 | 10% | |||||||||
Data (2) |
Book1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
27 | Correct Result | ||||||||
28 | Branch 15 exceeded the daily ticket volume by 140% compared to historical average | ||||||||
29 | Branch 19 exceeded the daily ticket volume by 140% compared to historical average | ||||||||
Data (2) |
Column A is the list of branches. Column B has the historical average daily volume for each branch.Column C to column I has the actual daily tickets. I am trying to build a formula to check the date in cell A25 and then check the actual daily ticket for that date, and if exceeds the historical average in column B by more than a certain percentage, in this case 10% in cell B25, to return a remark that the particular branch exceeded by certain % .
Example of the correct result is in cell A28 and A29. Is this possible with a formula ? Appreciate all the help.