formula not showing Dollar symbol
I have column (B) join collect Items @row.
I have Column (C) join collecting multiple Column (B) items based on unique values.
=JOIN([Cost Center]3:[Rec'd Approval From 2]3, "-")
I would like to have the dollar symbol in Column (A) to be present in columns (B) & (C)
=IF(ISBLANK([unique.invoice]@row), "", JOIN(COLLECT(collect:collect, [Invoice No.]:[Invoice No.], [unique.invoice]@row), CHAR(10)))
Answers
-
Hi @Bobby1
I hope you're well and safe!
You'll have to add the dollar sign as part of the formula to have it included.
Would 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, Awesome, 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.
-
@Andrée Starå Thank you for responding. Looking at the 2 formulas I provided, where would I put the $ sign?
I have column (B) join collect Items @row.
I have Column (C) join collecting multiple Column (B) items based on unique values.
=JOIN([Cost Center]3:[Rec'd Approval From 2]3, "-")
I would like to have the dollar symbol in Column (A) to be present in columns (B) & (C)
=IF(ISBLANK([unique.invoice]@row), "", JOIN(COLLECT(collect:collect, [Invoice No.]:[Invoice No.], [unique.invoice]@row), CHAR(10)))
-
I have a similar issue. When I use the formula below, the output comes out as a regular number, not currency with the $ symbol. Each "Helper Column" is correctly formatted to show $. And I already ensured the format was set to currency for the output column (SPIFF Amount). Referring to the previous post, where do you add the $ sign?
-
Hi @Vera
Try wrapping the VALUE function around each reference in case any of them are seen as text:
=VALUE([Helper Column <$5M]@row) + VALUE([Helper Column $5M - $10M]@row) + VALUE([Helper Column >$10M]@row)
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
This works perfectly! Thank you so much!
-
Awesome! Glad to hear it 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
I figured out how to add the dollar symbol $ to a JOIN formula and wanted to share.
My original formula joined all of the cost/unit for the children below the row and has a new line as the delimiter, but the dollar sign was lost:
=JOIN(CHILDREN(), CHAR(10)
I was able to fix by adding this: ="$" + JOIN(CHILDREN(), CHAR(10) + "$")
Just wanted to leave here in case anyone else had the same issue as I did.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!