Hi all
I have spent so much time on this, I think I am just guessing now.
My intent is to sum Price01 by MinQuantity - CQuantity from Supplier "Safety and Apparel".
So in short, the total cost of an order from that supplier.
Hi Jesper
Yes this does work, thank you very much.
Hi @Corissandageri ,
I think you are close to the answer, try this one?
"Orders:" & Sum(Filter(Table1, Supplier = "Safety and Apparel", (MinQuantity - CQuantity) > 0), Price01 * (MinQuantity - CQuantity))
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional