Hi All,
I'm just needing help with putting together a Vlookup, IF Statement & Countifs formula. Basically I have the following sheets:-
- Customers (3 column table: Long Name, Acronym, Other Name)
- Incidents_Open (4 column table: Incident Number, Inc Organization, Sev, Type)
- Team (multiple columns with Customer Names on top as Acronym)
What I'm needing the formula to do is firstly do a lookup a lookup of the correct customer name by matching the customer name from the Team sheet with the name used in Inc Organization and if it can't find it, then use the Other Name in the Customers sheet. Then it needs to do a countifs like below:-
=COUNTIFS(Incidents_Open!J:J,"TeamABC",Incidents_Open!D:D,"Incident",Incidents_Open!B:B,Team!E9 ....... (where "E9" is the cell containing the Customer Name Acronym)
Hope that all makes sense, thanks so much if someone can help me sort this.
I'm just needing help with putting together a Vlookup, IF Statement & Countifs formula. Basically I have the following sheets:-
- Customers (3 column table: Long Name, Acronym, Other Name)
- Incidents_Open (4 column table: Incident Number, Inc Organization, Sev, Type)
- Team (multiple columns with Customer Names on top as Acronym)
What I'm needing the formula to do is firstly do a lookup a lookup of the correct customer name by matching the customer name from the Team sheet with the name used in Inc Organization and if it can't find it, then use the Other Name in the Customers sheet. Then it needs to do a countifs like below:-
=COUNTIFS(Incidents_Open!J:J,"TeamABC",Incidents_Open!D:D,"Incident",Incidents_Open!B:B,Team!E9 ....... (where "E9" is the cell containing the Customer Name Acronym)
Hope that all makes sense, thanks so much if someone can help me sort this.