Hi
I am using this formula over and over and changing the A1 cell references is there an easier way to do this.
Here is the formula
=RANDBETWEEN(LEFT(A1,FIND("d",A1)-1),RIGHT(A1,LEN(A1)-FIND("d",A1))*LEFT(A1,FIND("d",A1)-1))
I think a UDF is the answer I’m looking for but do not have any experience with UDF
Any help would be appreciated
I am using this formula over and over and changing the A1 cell references is there an easier way to do this.
Here is the formula
=RANDBETWEEN(LEFT(A1,FIND("d",A1)-1),RIGHT(A1,LEN(A1)-FIND("d",A1))*LEFT(A1,FIND("d",A1)-1))
I think a UDF is the answer I’m looking for but do not have any experience with UDF
Any help would be appreciated