IF A CONDITION IS MET ADD MONTH NAME
Hi,
I want to include the month name of the column of date Inicio in the column Mes inicio de obra esperado if the column Proyecto/Objetivo contains "Inicio de obra". Does somebody knows how to create a formula for this?
Thank you
Best Answer
-
Use this:
=IF([Proyecto/Objectivo]@row="Inicio de obra", vlookup(month([Inicio]@row),{NEW SHEET REFERENCE},2, false), "")
Answers
-
the easiest way to do this would be to create a VLOOKUP table on another sheet that has all of the month numbers listed and in column 2 have the month name beside the month number then input the following formula
=vlookup(month([Inicio]@row),{NEW SHEET REFERENCE},2, false)
-
But my question also is that if Proyecto/Objetivo = "Inicio de obra", then include the month name, and if not, just not incluide the month name.
-
Use this:
=IF([Proyecto/Objectivo]@row="Inicio de obra", vlookup(month([Inicio]@row),{NEW SHEET REFERENCE},2, false), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!