Hi,
I want to default value of a cell into multiple cells based on a condition
For example : If cell C10 = "Yes", then put value of cell F10 in multiple cells like C42, I42, G42.
If cell C10 = "No", then the user can enter their own values in C42, I42, G42 etc.
I cannot put conditional formula in these cells (C42, I42, G42 ) because as soon as the user puts their own value, the formula gets deleted.
I want to be able to use the formula as well as make it editable. Is that possible ? Any workaround ?
Have tried using Macro VBA, but it gets stuck. So looking for a formula based workaround.
I want to default value of a cell into multiple cells based on a condition
For example : If cell C10 = "Yes", then put value of cell F10 in multiple cells like C42, I42, G42.
If cell C10 = "No", then the user can enter their own values in C42, I42, G42 etc.
I cannot put conditional formula in these cells (C42, I42, G42 ) because as soon as the user puts their own value, the formula gets deleted.
I want to be able to use the formula as well as make it editable. Is that possible ? Any workaround ?
Have tried using Macro VBA, but it gets stuck. So looking for a formula based workaround.