Esto del excel da una pereza, en fin. Si queremos crear formulas para generar contenido aleatorio de fechas, códigos o fecha y hora. Estás hechas rápido y mal, son mejorables.
Generar fechas con horas
=CONCATENAR(REDONDEAR(ALEATORIO()*10;0)+1;"/";REDONDEAR(ALEATORIO()*10;0)+1;"/19";REDONDEAR(ALEATORIO()*100;0))
Generar fechas con horas
=CONCATENAR(REDONDEAR(ALEATORIO()*10;0)+1;"/";REDONDEAR(ALEATORIO()*10;0)+1;"/19";REDONDEAR(ALEATORIO()*100;0);" ";RESIDUO(REDONDEAR(ALEATORIO()*100;0);11)+1;":";RESIDUO(REDONDEAR(ALEATORIO()*100;0);59))
Generar números de móvil
=CONCATENAR("6";REDONDEAR(ALEATORIO()*100000000;0))