Sign in to join the conversation:
How do I do this?
If my column A status (dropdown) is Pay Supplier I want it to then tally the column "amount due" with that status.
Thanks
Try something like this...
=IF([Column A]@row = "Pay Supplier", SUMIFS([Column B]:[Column B], [Column A]:[Column A], "Pay Supplier"))
Hi, I have been struggling for awhile that the contact list in a sheet, including automation, doesn't sync with My Smartsheet Contact list…how do I edit the contact list in a sheet? TY
My company is new to Smartsheet - we have been using it for about 2 months. The person who initially set it all up for us has since left the company and his account has been deleted from smartsheet. However as his name is still present at the top of the workspaces I guess that means he is still the listed owner of the…
Hi All I have created a support request form and sheet to allow functions to request support from my team. When a request comes in, it is assigned a unique support ID number. I then assign the request to a member of the team vias drop down. I have added an automation to message the requester when a team member has been…