Sign in to join the conversation:
I wrote a function for my budget, setting limit and i want it to return text either True or false. but it kept on returning "INVALID COLUMN VALUE"
(=SUM(A3:A10)<=(0.7*D6)
https://help.smartsheet.com/articles/2476176-formula-error-messages#invalidvalue
This post which describes invalid value might make sense.
Are you trying to sum data only if it is less than or equal to 0.7*D6? If so, you should look at SUMIFS, to designate criterion for summing the range based on the criterion. https://help.smartsheet.com/function/sumifs
Also, you should be aware that Smartsheet does not refer to columns as letters like in Excel or GoogleSheets. You should use the column names and include brackets if the column title has white space or ends in a numeral.
Hi Abdulhameed,
I can see a couple of issues here:
If you're looking for a TRUE or FALSE condition to to decide whether a value should be included in the sum, then try this:
=SUMIF([Column Name]3:[Column Name]10, <= (0.7*[Other Column Name]6))
Kind regards,
Chris McKay
I have a monthly report I send out that has a long list of recipients. I know I can edit the recurrence of it being sent, but does anyone know of an easy way to just add or take out people that get my email without having to recreate the whole thing?
We would like to allow conference attendees to check themselves in using tablets at the conference center. I know there is a "find in sheet" magnifying glass in table view, but it is not super obvious, especially for non-Smartsheet users. Is there a better way for them to easily find their row among all the attendees so…
Greetings- I have a automation setup when I select the "status" column drop-down to "completed" I want the row info to be emailed to the contact to submitted it with a follow up then I want it to archive the row (aka move to another sheet). When I run the automation only 1 of the 2 requests happen. The archive happens…