Hey guys, I've been stumped trying to figure this out for the past day. I am making a stock portfolio tracker. I am currently using the UNIQUE function to pull all the stocks inputted from a column on one sheet labeled "Transactions" and display them in a column on another sheet labeled "Dashboard."
The formula I'm using, =UNIQUE(Transactions[Stock Name]), works. However, I need to take this a step further and make it so it only displays the unique stock name only if the sum of shares that correspond to it are greater than 0. The formula I've tried for this that does NOT work is, =UNIQUE(Transactions[Stock Name],SUMIFS(Transactions[Stock Name],Transactions[Stock Name],Transactions[Shares])), but it does not give an error message either. It shows the first stock name but then does not display the rest regardless of the amount of shares bought.
Here's an example of what partially worked:
What Works.png
This is what I've tried that seems like it's doing something...
What I've tried.png
Here's an example screenshot of where it's pulling the data from:
TransactionsSheet.png
Bookmarks