creative999
Board Regular
- Joined
- Jul 7, 2021
- Messages
- 100
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
Im trying to do a countif based on a few criteria. The existing formulae works fine (below), but i now need to add a new condition which basically says: If A1 = "small" then count DATA!D:D. If A1 = "large" then count DATA!E:E
C1=COUNTIFS(DATA!A:A,"ABC",DATA!B:B,Z1,DATA!C:C,"TESTING)
C1=COUNTIFS(DATA!A:A,"ABC",DATA!B:B,Z1,DATA!C:C,"TESTING)