FORMULA NOT WORKING
HI,
I have a formula =IF(E3>0,E3-C3,TODAY()-C3) this works great in excel but in smartsheet it comes back with #INVALID COLUMN VALUE can anyone help fix this issue??
Please see attached excel with formula in Column D
Thank you in advance
Tags:
0
Comments
Hi Anna,
Try this.
=IF(NOT([email protected] = ""); [email protected] - [email protected]; TODAY() - [email protected])
The same version but with the below changes for your and others convenience.
=IF(NOT([email protected] = ""), [email protected] - [email protected], TODAY() - [email protected])
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Hi,
I used
=IF(NOT([TOOLING DISPATCHED]2 = ""), ]TOOLING DISPATCHED]2 - [ACTUAL FOT]2, TODAY() - [ACTUAL FOT]2)
but I now get #UNPARSABLE??
Any Ideas ?
It should work. try mine below.
Which country are you in?
=IF(NOT([TOOLING DISPATCHED]2 = ""); [TOOLING DISPATCHED]2 - [ACTUAL FOT]2; TODAY() - [ACTUAL FOT]2)
Best,
Andrée
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Still not working .... Im in the UK
Can you share the sheet with me?
Share too [email protected]
Best,
Andrée
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Yes i can please please on work on column " Days since FOT" as the sheet is has important infomation in it
Shared
=IF(NOT([TOOLING DISPATCHED]2 = ""), ]TOOLING DISPATCHED]2 - [ACTUAL FOT]2, TODAY() - [ACTUAL FOT]2)
This formula has a backwards bracket. Could that be the problem? Try this:
=IF(NOT([TOOLING DISPATCHED]2 = ""), [TOOLING DISPATCHED]2 - [ACTUAL FOT]2, TODAY() - [ACTUAL FOT]2)
Brian,
Nice catch!
We solved it outside of the community!
Best,
Andrée
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Thank you all for your help!! ??
I'm always happy to help!
Best,
Andrée
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Hi,
The below formula was working earlier with the same data and was getting the results.
=SUMIF([Tentative Instructor]$1:[Tentative Instructor]$187, [NIIT Instructor]2, Duration$1:Duration$187)
However, it's not working anymore and giving me an error :#NO MATCH
What could be the reasons please?
Thanks,
Hashim
@Hashim Mohd
Hi Hashim,
Strange!
Can you maybe share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, [email protected])
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET PARTNER & CONSULTANT / EXPERT
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.