Formula based on text in another column
Hello, I am trying to get this formula to work but it is returning a #UNPARSEABLE error. Any sugguestions?
Best Answers
-
Use the formula below and make sure both the column you're putting the formula in and the RAM LIC CONTACT DATE columns are both formatted as a date column type. Double click the column header to confirm.
=IF([RAM LIC STATUS]@row = "IN TIMELY RENEWAL", [RAM LIC CONTACT DATE]@row - 180, "")
Certified Platinum Partner
-
Answers
-
@Melanie Sanders you need to close the statement. Add " ,"") " to the end or something. You have the true part which is the date minus 180… but you need a comma and a false if it doesn't say that. Either double quotes for nothing or something else.
Certified Platinum Partner
-
@Matt Lynn-PCG Thanks for the quick response. I added the statement but it is still giving me the same error.
=IF([RAM LIC STATUS]@row "IN TIMELY RENEWAL", [RAM LIC CONTACT DATE]@row-180," ") "
I also tried but no luck
=IF([RAM LIC STATUS]@row "IN TIMELY RENEWAL", [RAM LIC CONTACT DATE]@row-180," ") &
=IF([RAM LIC STATUS]@row "IN TIMELY RENEWAL", [RAM LIC CONTACT DATE]@row-180 " , " ")
-
Use the formula below and make sure both the column you're putting the formula in and the RAM LIC CONTACT DATE columns are both formatted as a date column type. Double click the column header to confirm.
=IF([RAM LIC STATUS]@row = "IN TIMELY RENEWAL", [RAM LIC CONTACT DATE]@row - 180, "")
Certified Platinum Partner
-
-
@Matt Lynn-PCG I had an extra space it looks like. Thank you so much :-) I thought I was losing my mind.
-
No problem. And it wasn't the space, it was you were missing an = between the source and criteria.
Certified Platinum Partner
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!