Jyggalag
Active Member
- Joined
- Mar 8, 2021
- Messages
- 445
- Office Version
- 365
- 2019
- Platform
- Windows
Hi all,
I currently have the following setup:
I have some numbers in column C and D, and I use a simple sum() formula in column B.
However, I also want to be able to click on the cells in column B and see the value in the formula bar. But I want to keep the formulas in the meantime.
What I would like is for some code that makes it so all the values in column A are automatically = all the values in B (but in values, so not in formula).
This means that I essentially want this end result:
But I naturally want it to automatically update if the values in column B changes as well.
Is there some sort of VBA code that can alter column A to make this possible?
Would be HIGHLY appreciated! Thank you so much all
I currently have the following setup:
I have some numbers in column C and D, and I use a simple sum() formula in column B.
However, I also want to be able to click on the cells in column B and see the value in the formula bar. But I want to keep the formulas in the meantime.
What I would like is for some code that makes it so all the values in column A are automatically = all the values in B (but in values, so not in formula).
This means that I essentially want this end result:
But I naturally want it to automatically update if the values in column B changes as well.
Is there some sort of VBA code that can alter column A to make this possible?
Would be HIGHLY appreciated! Thank you so much all