Anonnymouse
New Member
- Joined
- Jun 28, 2023
- Messages
- 27
- Office Version
- 365
- Platform
- Windows
Hello Excel Users,
I am currently using formula =FILTER(CHOOSECOLS(B3:H100,1,2,5,6,7),(E3:E100=A3)*(H3:H100<>I3)), I am wondering if I could add a expression that will count the number of times the Order# shows up and paste in cell O.
I am currently using formula =FILTER(CHOOSECOLS(B3:H100,1,2,5,6,7),(E3:E100=A3)*(H3:H100<>I3)), I am wondering if I could add a expression that will count the number of times the Order# shows up and paste in cell O.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O |
Sample Data | Formula Data | |||||||||||||
Order# | Date | No | Error Code | Old Price | New Price | User | Order# | Date | Old Price | New Price | User | Number of Times | ||
512878 | 1/1/2023 | 1 | Err_1944 | 200 | 300 | Atlanta | Atlanta | 971110 | 1/8/2023 | 900 | 10 | Frank | 2 | |
512878 | 1/4/2023 | 2 | Err_1832 | 100 | 105 | Boston | 428753 | 1/10/2023 | 899 | 399 | Henry | 1 | ||
Err_1944 | 654888 | 1/5/2023 | 3 | Err_0782 | 400 | 200 | Colton | 971110 | 1/9/2023 | 1000 | 500 | Frank | 2 | |
654888 | 1/6/2023 | 4 | Err_1480 | 600 | 800 | Delta | ||||||||
971110 | 1/7/2023 | 5 | Err_1832 | 50 | 100 | Echo | ||||||||
971110 | 1/8/2023 | 6 | Err_1944 | 900 | 10 | Frank | ||||||||
971110 | 1/9/2023 | 7 | Err_1480 | 1090 | 350 | George | ||||||||
428753 | 1/10/2023 | 8 | Err_1944 | 899 | 399 | Henry | ||||||||
971110 | 1/9/2023 | 6 | Err_1944 | 1000 | 500 | Frank |