Join-Collect or Index/collect formula with original number format 0.00
Hello,
I am looking for assistance with returning a string of data in the original number format (i.e. 0.00) used in the source sheet.
I am using the JOIN-COLLECT formula. I get that it converts the results to a text format.
I have seen suggestions in other posts to use INDEX/COLLECT to hold a date format, but I can't figure out the formula and whether or not it'll work with a 0.00 format.
Here is the formula I am using:
=JOIN(COLLECT({2022-23 PAYMENTS PROCESSED Range 4}, {2022-23 PAYMENTS PROCESSED Range 2}, [PO_Number]@row), "; ")
The result looks something like this:
5238; 1800; 3082.5
Would like for the result to look like this (the source format):
5,238.00; 1,800.00; 3,082.50
Would appreciate any assistance I can get.
Thank you
Answers
-
You would need to create a helper column on the source sheet that pulls the number over and converts it into a text string showing the desired number of decimals then JOIN the helper column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!