I want to produce 2 random numbers between 1 and 1000 and display them as follows:
Rand 1 + Rand 2 = … this would show as … 374 + 298 = … no total would show
Assistance would be appreciated.
I want to produce 2 random numbers between 1 and 1000 and display them as follows:
Rand 1 + Rand 2 = … this would show as … 374 + 298 = … no total would show
Assistance would be appreciated.
=RANDBETWEEN(1;1000) & " + " & RANDBETWEEN(1;1000) & " = "