Looking for some help in how to setup a logical IF statement (believe that's the right terminology).
Column C below, I'm trying to determine the following
I have one massive sheet with columns A and B filled out, I'd like to automate logic to fill in C by group type defined above
Data:
Column A = Network count, Column B=Device Connections Count, Column C=Group formula (G1,G2)
A | B | C
1 | 14 | blank
0 | 2000 | G1
1 | 0 | G2
Column C below, I'm trying to determine the following
- G1 = if network count =0 & Device count is >1000 - Then fill in G1 into cooresponding C cell
- G2 = if network count >1 & device count =0 - Then fill in G2 into corresponding C Cell
I have one massive sheet with columns A and B filled out, I'd like to automate logic to fill in C by group type defined above
Data:
Column A = Network count, Column B=Device Connections Count, Column C=Group formula (G1,G2)
A | B | C
1 | 14 | blank
0 | 2000 | G1
1 | 0 | G2