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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!