WEEKNUMBER FORMULA
how can i calculate through a formula the availability of a person for the current week considering the range of all the start dates and end dates of the jobs in which he is envolved?
=IF(WEEKNUMBER([Start Date]@row) = WEEKNUMBER(TODAY()), "not available ", IF(WEEKNUMBER([End Date]@row) = WEEKNUMBER(TODAY()), "not available", "available"))
actually i use this formula but the problem is that this formula works just with one start date and one end date, while i have to consider a range of start dates and end dates
thanks
Answers
-
Try using an =IF(AND( formula. Within the AND you can put multiple logic statement criteria to classify what is needed for a true result.
-
thanks @Mike TV
are you able to create the formula for me ?
-
I @Mike TV are you able to write the formula for me ?
-
Hi @Filippo01
I believe I answered your same question in this other post, here:
If this thread is a different question, we will need to know exactly what it is you're looking for in order to put it together for you. This means it would be helpful to see a screen capture of your sheet and an example output, but please block out sensitive data.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!