Hello, I hope someone can help me out here. I would like to do is take the value of a cell and split it into thousands and hundreds into another cell. For instance.
Source Cell = 12500
Need to get all the thousands into a cell
Thousands Cell = 12
Thousands cell gets x by 2.30
Thousands Cell = 12*2.30
I used the left function to extract data. But however I'm limited to only what is to the left 2. The thousands place may increase to left 3 or even 4. This causes my first problem. I want to be able to determine the positioning the multiply by 2.30. Hence, if 12500 was 112500 I would need to separate the 112 from the number and x by 2.30
Now for the hundreds.
Source Cell = 12500
Need to get all the hundreds into a separate cell
Hundreds Cell = 500
I used the Right function to separate the number by 3 places. After separating I need just the 5. The 5 would get multiplied by .20. Even if the number was 576 I would still only need the 5. So I tried to combine a formula Right (D#, 3), the go Left by 1 to pick up the five but it will not work. I hope somebody understands this..
Please Help,
Source Cell = 12500
Need to get all the thousands into a cell
Thousands Cell = 12
Thousands cell gets x by 2.30
Thousands Cell = 12*2.30
I used the left function to extract data. But however I'm limited to only what is to the left 2. The thousands place may increase to left 3 or even 4. This causes my first problem. I want to be able to determine the positioning the multiply by 2.30. Hence, if 12500 was 112500 I would need to separate the 112 from the number and x by 2.30
Now for the hundreds.
Source Cell = 12500
Need to get all the hundreds into a separate cell
Hundreds Cell = 500
I used the Right function to separate the number by 3 places. After separating I need just the 5. The 5 would get multiplied by .20. Even if the number was 576 I would still only need the 5. So I tried to combine a formula Right (D#, 3), the go Left by 1 to pick up the five but it will not work. I hope somebody understands this..
Please Help,