Sign in to join the conversation:
I have a report that I need to pull units from yesterday. When I set the date threshold as 1 day in the past it pulls units that are from today and yesterday. How do I set the date to only pull from yesterday's only?
thanks in advance for your help.
You may need to use a helper column in the original sheet. For example, if you used a checkbox column named Yesterday, you could use the formula
=IF([Date Column Name]@row = TODAY(-1), 1)
This will check the box if the date is yesterday. You can then build your report by setting the criteria in the report builder as when Yesterday is checked.
thanks!
Happy to help.
How would I account for the weekend? For example "yesterday" on a Monday would actually be Friday. I need to see everything that came in "yesterday", but on Monday I need to see what came in on Friday.
Hello. I need to send a sheet to multiple different people and I want them to only be able to interact with their specific row. Is this possible? eg: 10 rows(person A, comment) I want Row 1 to go to person A and for them to only see their row and only comment in their specific section, Row 2 → person B, etc, etc. Any help…
I've got a sheet set up with multiple tasks assigned to different people. When printing the sheet the comments are all listed at the bottom of the sheet rather than under the relevant tasks. Is there a setting that allows the comments to be printed under each task ?
Hi all. Hoping this is pretty basic here. I had to do a find and replace on a few numbers in a Smartsheet grid which changed them to a different "format" (not sure if thats the right word) from the others. I've since ran a Vlookup on the column, and the converted numbers come up as no match. I believe this is the same…