staticfluids
New Member
- Joined
- Apr 24, 2024
- Messages
- 8
- Office Version
- 365
- 2021
- 2019
- 2016
- Platform
- Windows
- Mobile
- Web
Hi all, i hope you're doing well. First of all, sorry for bad English.
I'm currently using Excel 2021 and trying to experiment with Dynamic Array formula lately. It's quite helping with my daily Excel use.
I have a one case where i want to divide its own cell using a value from another cell. And the other cell it's not a number but a general text (number delimited with comma).
I have an array like this (Original):
I want to modify the formula on cell F2 so the expected array would be like this:
I'm trying to look a formula that able to divide Savings column by the Ratio column without having to change manually one by one.
Any idea how?
Thank you.
I'm currently using Excel 2021 and trying to experiment with Dynamic Array formula lately. It's quite helping with my daily Excel use.
I have a one case where i want to divide its own cell using a value from another cell. And the other cell it's not a number but a general text (number delimited with comma).
I have an array like this (Original):
No | Name | Value | Divided | Ratio | Savings 1 | Savings 2 | Savings 3 |
1 | Testing 1 | Rp 20,000,000.00 | 2 | 0.5,0.5 | Rp 10,000,000.00 | Rp 10,000,000.00 | |
2 | Testing 2 | Rp 4,000,000.00 | 1 | 1 | Rp 4,000,000.00 | ||
3 | Testing 5 | Rp 3,000,000.00 | 1 | 1 | Rp 3,000,000.00 | ||
4 | Testing 6 | Rp 9,000,000.00 | 3 | 0.5,0.2,0.3 | Rp 3,000,000.00 | Rp 3,000,000.00 | Rp 3,000,000.00 |
F1 |
Excel Formula:
|
F2 |
Excel Formula:
|
I want to modify the formula on cell F2 so the expected array would be like this:
No | Name | Value | Divided | Ratio | Savings 1 | Savings 2 | Savings 3 |
1 | Testing 1 | Rp 20,000,000.00 | 2 | 0.5,0.5 | Rp 10,000,000.00 | Rp 10,000,000.00 | |
2 | Testing 2 | Rp 4,000,000.00 | 1 | 1 | Rp 4,000,000.00 | ||
3 | Testing 5 | Rp 3,000,000.00 | 1 | 1 | Rp 3,000,000.00 | ||
4 | Testing 6 | Rp 9,000,000.00 | 3 | 0.5,0.2,0.3 | Rp 4,500,000.00 | Rp 1,800,000.00 | Rp 2,700,000.00 |
P2 |
Excel Formula:
|
R5 |
Excel Formula:
|
I'm trying to look a formula that able to divide Savings column by the Ratio column without having to change manually one by one.
Any idea how?
Thank you.