Hi there,
Super stuck on how to get the below working, any help/advice about where I am going wrong would be greatly appreciated.
Smartsheet 1 - Data Sheet, where:
Range 1 = Dropdown list column
Range 2 = £ value
Range 7 = Contact Column
Smartsheet 2 - Summary Sheet, where I am building formula (hence the References above)
What I am looking to achieve is to sum the total Range 2 (£ Value), IF the following conditions are met:
- Range 1 = "<>" (not blank)
- Range 7 = Name or Email
I thought I was right with something along the following but have now tried so many options and I can't get it working I am hoping someone might be able to point me in the right direction.
=SUMIFS({Range 2}, {Range 1}, "<>", [{Range 7}], "HAS(@cell, "Name"), [{Range 7}], "HAS(@cell, "Email"))
Many thanks in advance for your suggestions!