Hi All,
I am using RAND() function to append random number with string in one cell, also I am reffering that cell value into multiple places, when I do this all the reffered cells are showing me same value, But I need each cell should show me different value. can we do like that?
For ex B1 = RAND()
C1 = !B1
D1 = !B1
I should get both C1 and D1 with different values.
I am using RAND() function to append random number with string in one cell, also I am reffering that cell value into multiple places, when I do this all the reffered cells are showing me same value, But I need each cell should show me different value. can we do like that?
For ex B1 = RAND()
C1 = !B1
D1 = !B1
I should get both C1 and D1 with different values.