Alright so I've already gotten some help but I'm a little stuck again.
Here is my current forumula:
=IF($A9<$AU$2," ",SUMIFS(GDS!$AA:$AA,GDS!$E:$E,$A9,GDS!$P:$P,AI$5))
Column AA are prices but occasionally the value of the cell is "CLOSED".
I need that to pull over but instead it pulls a $O since it's "summing".
It was recommended I use SUMIFS instead of a VLOOKUP since there was duplicate data in the lookup column.
Other than not pulling the text I need it's working perfectly.
I'm thinking I need to add an addtional IF statement but couldn't get it to work.
The values in the cells I'm looking up are always either a dollar amount or the word CLOSED.
Bookmarks