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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!