Hi,
I urgently need help with the following formula.
IF(OR(C14="Non.Project",C14="Operations"),IF(T14="Department",INDEX(Query_Departments[DepartmentID],MATCH(Expenses!E14,Query_Departments[DepartmentName],0),1),INDEX(Query_Offices[OfficeID],MATCH(CONCATENATE(IF(AND(C14="Operations",ISNUMBER(SEARCH(" ",E14,1))),LEFT(E14,SEARCH(" ",E14,1)-1),E14),IF(C14="Operations"," Office","")),Query_Offices[OfficeName],0),1)),"")
This formula is picking up the data from the following tables which is on separate worksheet
List of Departments List of Offices
DepartmentID DepartmentName OfficeID OfficeName
990 Corporate Development 805 Arizona Office
100 Development 801 Corporate Office
300 Engineering & Construction 500 Loraine Office
910 Executive 839 Palm Beach Gardens, FL Office
920 Finance & Accounting 853 NE Office
500 Operations 810 CA Office
Currently the formula is picking up the numbers from List of Offices.I want to delete it and use only list of departments table for the formula for operations activities. can anyone please guide me with the changes that I need to make in the above formula. I did not create this formula.
Thanks in advance.
Deenah
Bookmarks