MountainMan1
New Member
- Joined
- Mar 5, 2019
- Messages
- 1
I need to process a column of random numbers, and do certain things with them, depending on their size. It is for some writing I am doing. Here is an example :
0.592437095
0.986644999
0.698993662
0.299869473
0.175831087
0.081866617
0.840500143
0.31014318
0.989504965
0.169993951
I want to convert them to percentages. If you were using the figures as investment returns or a percentage of market share, up to a point you could just use them by dividing or multiplying (I don't remember which way right off hand), and it might sound realistic. Like getting market share or a profit in business of 10 or 20%. With investing, even up to 300% profit on a trade might sound realistic, some stocks do go up that much if you get in early on them.
But higher numbers I was thinking I would need to divide (to get them smaller) and then multiply or divide that number (don't remember which) in the percent column so that it sounded more realistic.
I have tried if functions, nested if functions, even tried nested if and AND functions. Maybe because I don't understand them that well, I can't get them to work out right, or do the math in them right so they look realistic.
If anyone understands what I am trying to get at and knows a way I can do this, I would appreciate a reply. Thanks
0.592437095
0.986644999
0.698993662
0.299869473
0.175831087
0.081866617
0.840500143
0.31014318
0.989504965
0.169993951
I want to convert them to percentages. If you were using the figures as investment returns or a percentage of market share, up to a point you could just use them by dividing or multiplying (I don't remember which way right off hand), and it might sound realistic. Like getting market share or a profit in business of 10 or 20%. With investing, even up to 300% profit on a trade might sound realistic, some stocks do go up that much if you get in early on them.
But higher numbers I was thinking I would need to divide (to get them smaller) and then multiply or divide that number (don't remember which) in the percent column so that it sounded more realistic.
I have tried if functions, nested if functions, even tried nested if and AND functions. Maybe because I don't understand them that well, I can't get them to work out right, or do the math in them right so they look realistic.
If anyone understands what I am trying to get at and knows a way I can do this, I would appreciate a reply. Thanks
Last edited by a moderator: