Sign in to join the conversation:
How can I get the =WEEKNUMBER consider a week from Monday to Sunday. I have some entries on Sundays that is showing week number of following week.
Weird - Do you have an example date where this is happening?
From the notes:
Hi,
I am actually coming across the same issue and need the weeknumber to calculate Sunday to Saturday. Is there any way that the formula can be adjusted for this?
Thank you,
Crystal
Here is what I came up with, if this is still relevant to you.
=IF(WEEKDAY([Work Day]@row) = 1, WEEKNUMBER([Work Day]@row) + 1, WEEKNUMBER([Work Day]@row))
where Work Day is when the employe worked. So I tricked the system in adding 1 to the weeknumber when the day number is 1 (so this Sunday end up next week) making it a week from Sat to Sun.
Does Smartsheet have the capability to create business process flowcharts or process documents? Im looking for something similar to Vizio or lucid chart?
My manager has asked me to put a border around all of my metric widgets in my dashboard. I cannot figure a way to do this. I tried creating a jpg. of an unfilled rectangle and bring in as an image. But I could not get the widgets to stay on top of the reectangle. Any ideas?
Is it possible to copy data out of a sheet and paste the values to another sheet. The original sheet has formulas, linked cells and reference forumulas. I want to copy and paste multiple rows out of the original sheet into a new sheet and keep the data static for future reference.