0
0-0 Wai Wai ^-^
Hi.
How can I dynamically linked the references / values etc. used in different
cells?
Eg:
There're many cells which use the same cell references:
A100 =Countif(A1:A100, ">5")
B19 =sum(A1:A100)
C52 =Countif(D1
9, ">5")
and so on
Is it possible to put the reference "A1:A100" & ">5" in other cells, so when
these values change, all formulas which uses these values will be dynamically
updated?
I know I can do put ">5" (without quotes) in one cell (eg S1):
Then I can dynamically linked by rewriting different formulas:
A100 =Countif(A1:A100, S1)
B19 =sum(A1:A100)
C52 =Countif(D1
9, S1)
But how to do the "A1:A100" bits?
If the above idea is impossible, any workaround is still appreciated.
How can I dynamically linked the references / values etc. used in different
cells?
Eg:
There're many cells which use the same cell references:
A100 =Countif(A1:A100, ">5")
B19 =sum(A1:A100)
C52 =Countif(D1
and so on
Is it possible to put the reference "A1:A100" & ">5" in other cells, so when
these values change, all formulas which uses these values will be dynamically
updated?
I know I can do put ">5" (without quotes) in one cell (eg S1):
Then I can dynamically linked by rewriting different formulas:
A100 =Countif(A1:A100, S1)
B19 =sum(A1:A100)
C52 =Countif(D1
But how to do the "A1:A100" bits?
If the above idea is impossible, any workaround is still appreciated.