In an excel document I want a given text in a cell to automatically enumerate when I copy the entire group of cells. Example of explanation. - What I want is to copy the entire text and just modify the cell that says "text, 50, Num" so that it is "text, 51, Num" and the next copy paste that is "text, 52 , Num "and the next copy paste is" text, 53, Num ".
Explanationisintheimage.Iwasverygratefulforthehelpifanyonewasavailable. NowIwantaformulaorsomethingthatmakesitautomaticbecauseI'mgoingtorepeatthatcontextalmostuntil10,000.
sleep,1000,Delaytap,522,967,false,1,Tocarnamensagemsleep,1000,Delaytap,90,126,false,1,Tocarsecao"a quem escrever"
sleep,1000,Delay
text,50,Num **Aqui onde diz 50, eu queria que no proximo copy paste ficasse
51 De uma forma automática porque eu vou fazer até por exemplo 10,000
sleep,1000,Delay
tap,31,55,false,1,Seta andar p/tras
sleep,1000,Delay
tap,522,967,false,1,Tocar na mensagem
sleep,1000,Delay
tap,90,126,false,1,Tocar secao "a quem escrever"
sleep,1000,Delay
text,51,Num ***Ficando assim 51
sleep,1000,Delay
tap,31,55,false,1,Seta andar p/tras
sleep,1000,Delay
tap,522,967,false,1,Tocar na mensagem
sleep,1000,Delay
tap,90,126,false,1,Tocar secao "a quem escrever"
sleep,1000,Delay
text,52,Num ***Ficando asim 52...
sleep,1000,Delay
What I was able to do is to put a formula in an empty cell and change the value I want, but I have to do this manually over and over again! Is there any automatic way around? Please find attached an image of what I can do