Changing currency on a column where the "if" formula has been used.
Hello.
I am making a sheet where I use an "if" formula:
=IF([Responsible]@row = "Anders Larsen"; [Total Amount]@row; "") + IF([Responsible no.2]@row = "Anders Larsen"; [Total Amount]@row; "")
This Gives me number, however I am unable to change that number into a currency. why is that, and/or how can I fix it?
sidenote:
I am aware that I could use the "sumifs" formula. however, it is very important that there aren't any false values (by false I mean values = 0), and "sumif" automatically writes in 0 when the criteria's aren't met. That is why the "if" ends with "", so it remains blank if it isn't above zero.
thank you in advance.
Best Answer
-
Glad we got it working! (Me & Bassam)
Here's the formula for everyone.
=IF(VALUE(IF([Project PTA]@row = "Anders Larsen", [Total Amount]@row, "") + IF([Project PTA Secondary]@row = "Anders Larsen", [Total Amount]@row, "")) = 0, "", VALUE(IF([Project PTA]@row = "Anders Larsen", [Total Amount]@row, "") + IF([Project PTA Secondary]@row = "Anders Larsen", [Total Amount]@row, "")))
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
Answers
-
I hope you're well and safe!
It's because it's interpreted as text after the formula.
Try adding the VALUE function before the Total Amount parts in the formula.
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 support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
Hope you are fine, please try the following formula:
=IF([Responsible]@row = "Anders Larsen"; Value([Total Amount]@row); "")+ IF([Responsible no.2]@row = "Anders Larsen"; Value([Total Amount]@row); "")
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"
-
Hello and thank you for the suggestion.
However it doesn't appear to change anything, I am still not able to change the currency.
-
if you like to fix the formula directly on your sheet please share me as an admin on a copy of your sheets ( Source & Destination ) and i will write the exact formula for you then you can copy it to your original sheet.
My Email for sharing : Bassam.k@mobilproject.it
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"
-
I'd be happy to take a quick look.
Can you maybe share the sheet(s)/copies of the sheet(s)? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
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.
-
Hello Bassam, I have now invited you to a copy of the sheet. I have hidden the irrelevant columns. It is the column called "Rest ALA" the formula is in.
-
Please stay with me in the sheet conversation
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"
-
Please check it, i fix it
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"
-
Glad we got it working! (Me & Bassam)
Here's the formula for everyone.
=IF(VALUE(IF([Project PTA]@row = "Anders Larsen", [Total Amount]@row, "") + IF([Project PTA Secondary]@row = "Anders Larsen", [Total Amount]@row, "")) = 0, "", VALUE(IF([Project PTA]@row = "Anders Larsen", [Total Amount]@row, "") + IF([Project PTA Secondary]@row = "Anders Larsen", [Total Amount]@row, "")))
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
-
Good work done by you as always.
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"
-
Thanks, and by you as well!
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!