https://docs.google.com/spreadsheets/d/1LVLS69csWIrL3w3eRxQj2XpLwLS4VGaLGn48a4X8KqE/edit#gid=0
Trying to pull over roles, the vlookup below works on its own and pulls over roles, but if it pulls over nothing and the cell is blank I'd like it to say "No Primary" in the cell instead of leaving it blank. The IF statement below(which was found from scouring the SO site) is giving a Formula parse error and Circular dependency detected. I'm sure it's something tiny I am overlooking. Any help would be appreciate. Thanks!
=vlookup(C3, 'Team Chart'!$D:$K, 8,0) =IF(ISBLANK(D3),"No Primary")
=IF(NOT(ISBLANK(D3)),vlookup(C3,'Team Chart'!$D:$K,8,FALSE),"No Primary")