J
John Michl
Is there a function that will create an array based on values in two
other cells?
Give:
A1 = 3
A2 = 10
Create:
A3 = {10,10,10}
If either A1 or A2 changes, then the result of the array in A3 would
change.
Thanks.
- John
other cells?
Give:
A1 = 3
A2 = 10
Create:
A3 = {10,10,10}
If either A1 or A2 changes, then the result of the array in A3 would
change.
Thanks.
- John