#UNPARSEABLE error
Hi everyone,
I'm having a problem with one of my formulas. Indeed, an error message appears and I can't solve it.
My formula : =IF(OR(JOIN(COLLECT({S1}; {QRQC Date}; Date@row;{QRQC Area};$Area$1);"") = "", Weekday@row<> 7,Weekday@row <> 1 ,{S1}="/" ,{S1}="\"),1,0)
Thanks,
Léa
Answers
-
@lea.s6 I see you are using semi colons in your collect() function. Should be commas?
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
Hi, thanks for this answer.
I have tried to change the formula with commas inside the collect() funtion like that :
=IF(OR(JOIN(COLLECT({S1}, {QRQC Date}, Date@row,{QRQC Area},$Area$1);"") = ""; Weekday@row<> 7;Weekday@row <> 1 ;{S1}="/" ;{S1}="\");1;0)
but the error stay. So I thinks there is an other problem.
Thanks
Help Article Resources
Categories
Check out the Formula Handbook template!