How to update a cell with "if / and" condition
Hi, I am trying to figure out the automation or formula to auto update a cell with "if / and" conditions are met.
Please help me achieve this.
If Column 'Headset' values is = Column 'Asset ID' value and Status Column of same row of Column 'Headset' is 'Shipped', update Availably Column, same row of Column 'Asset ID' to not available.
Best Answers
-
Try something like this.
=IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped", "No", "Yes")
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) 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 EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Here's another one with an error check.
=IFERROR(IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped", "No", "Yes"), "Error")
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Answers
-
Hi @Sugandha Joshi
Hope you are fine, i will try to do it for you but could you please confirm that all column in one sheet or in deferent sheets.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
@Bassam.M Khalil
Thank you for your swift action. Any workaround or formula would be a great help.
Best regards,
-
Try something like this.
=IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped", "No", "Yes")
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) 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 EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Here's another one with an error check.
=IFERROR(IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped", "No", "Yes"), "Error")
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi @Sugandha Joshi
Sorry for delay, please find in the following the soluation:
1- i create "Store Database"
2- I create "Shipping Database"
3- The Formula to check the Availability column ( Symbol Type ) status =IF(VLOOKUP([Asset ID]@row, {Shipping Database Status}, 3, 0) = "Shipped", "Red", "Green")
the following is a link to those database so you can check
- Store Database
- Shipping Database
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
@Bassam.M Khalil
Thank you very much for your help and time. I really appreciate it. My data is all in one sheet.
The formula worked perfectly fine and this is exactly what I was looking for.
Just one more question, how can I add one more condition within this formula?
e.g. "Shipped" OR "In Progress"
=IFERROR(IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped" OR "In Progress", "No", "Yes"), "Error") - this didn't work
Thank you in advance.
SJ
-
I hope you're well and safe!
Excuse the late response.
Did you get it working?
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I still need help on this.
how can I add one more condition within this formula?
e.g. "Shipped" OR "In Progress"
=IFERROR(IF(INDEX(Status:Status, MATCH([Asset ID]@row, Headset:Headset, 0)) = "Shipped" OR "In Progress", "No", "Yes"), "Error") - this didn't work
Thank you in advance.
SJ
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!