Hi! I am trying to reference another sheet in a SUMIF. But I get "#UNPARSEABLE"
I want to sum contribution $ in Column 2 if the vendor name is 9X. This info is in Sheet2. I am referencing it in Sheet1
Here is the formula : =SUMIF({VEND},"=9X",[{DSU}])
I have tried the formula =SUMIF({VEND},"9X",[{DSU}])
And as: =SUMIF([{VEND}1:{VEND}200],"9X",[{DSU}1:{DSU}200])
What am I doing wrong?