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
Helloe Everyone! I’m trying to reference another sheet in Smartsheet, but I’ve noticed that sometimes it loads quickly, while other times it takes a very long time to display the list. Does anyone know why this happens? Is there a way to reduce how often this issue occurs? Today, I can’t get anything to load at all. 😑
Hello - Is there a work around in a Report to list multiple sheets in an order that I choose? Sorting doesn't give me the order in which I want them to appear in the report or in a widget on a dashboard. I would like them in a specific order. Thank you.
I need to revise/expand a filter - the list of items in the filter NOT the filter name - in a dashboard I created. Is this done through the dashboard or through the main data sheet?