I have the following formula and need to add to it:
=IF(A2="","",IF(ISNA(IF(BA2="1. Phase","Project",INDEX(Sheet1!O:O,MATCH(TEXT(D2,"00000")&'2-Details'!BZ2,Sheet1!D:D,0)))),0,IF(BA2="1. Phase","Project",INDEX(Sheet1!O:O,MATCH(TEXT(D2,"00000")&'2-Details'!BZ2,Sheet1!D:D,0)))))
After the first test where if A2="","", I need to specify that if G2=Lists H1 or H2 then return Project, otherwise continue with above.
Any ideas for writing this in Excel 2003 would be greatly appreciated.
Nadine
=IF(A2="","",IF(ISNA(IF(BA2="1. Phase","Project",INDEX(Sheet1!O:O,MATCH(TEXT(D2,"00000")&'2-Details'!BZ2,Sheet1!D:D,0)))),0,IF(BA2="1. Phase","Project",INDEX(Sheet1!O:O,MATCH(TEXT(D2,"00000")&'2-Details'!BZ2,Sheet1!D:D,0)))))
After the first test where if A2="","", I need to specify that if G2=Lists H1 or H2 then return Project, otherwise continue with above.
Any ideas for writing this in Excel 2003 would be greatly appreciated.
Nadine