Is there a way to call out multiple values in single cell?
Solved/Closed
Whylucky
Posts
2
Registration date
Tuesday September 24, 2013
Status
Member
Last seen
September 26, 2013
-
Sep 24, 2013 at 12:28 PM
Whylucky Posts 2 Registration date Tuesday September 24, 2013 Status Member Last seen September 26, 2013 - Sep 26, 2013 at 11:36 AM
Whylucky Posts 2 Registration date Tuesday September 24, 2013 Status Member Last seen September 26, 2013 - Sep 26, 2013 at 11:36 AM
Related:
- Is there a way to call out multiple values in single cell?
- Based on the values in cells b77 b88 - Excel Forum
- Based on the cell values in cells b77 - Excel Forum
- How to make multiple selections in photoshop - Guide
- How to delete a single cell in word - Guide
- Return Seq Values Until Blank value then return different set of seq values ✓ - Excel Forum
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Sep 26, 2013 at 11:32 AM
Sep 26, 2013 at 11:32 AM
Hi Whylucky,
Here are some suggestions:
1) Adding extra columns doesn't have to increase the size of your document.
2) You could extract values using the functions Left, Mid, Right.
3) Why don't you also place those values outside your document or even on a different sheet.
Best regards,
Trowa
Here are some suggestions:
1) Adding extra columns doesn't have to increase the size of your document.
2) You could extract values using the functions Left, Mid, Right.
3) Why don't you also place those values outside your document or even on a different sheet.
Best regards,
Trowa
Whylucky
Posts
2
Registration date
Tuesday September 24, 2013
Status
Member
Last seen
September 26, 2013
Sep 26, 2013 at 11:36 AM
Sep 26, 2013 at 11:36 AM
thats what i ended u p doing, using the left and right from commas and such to select values then calling them into a separate space to do the calculation, then returning the answering to my specific cell, thanks for the advice