Hi Guys. Am stuck with an apparently simple method to loop and apply the formula cells down using PAD.
The formula in column C = B*100 and I have it for the first 2 rows. I need PAD to get the range of column A & B and copy and paste the formula cell from C3 to the rest of the range. Appreciate your help.
Thanks,
Vishnu
Thank you very much Agnius. I was just missing out on the loopindex in the rows. You are a life saver.
Thanks,
Vishnu
Thank you Kaif. Your approach is another workaround which I could use in a calculated loop.
Thanks,
Vishnu
Try this
Regards
Kaif
Have you tried using Copy cells from Excel worksheet and then using Paste cells to Excel worksheet inside a loop?
If you don't know how to do a loop, use Get first free column/row in Excel worksheet to get the end of your range. Then use a Loop action that iterates from 3 (assuming you want to start pasting at row 3) and end at %FirstFreeRow-1% (because %FirstFreeRow% is the row that has no data, so you want to stop one row earlier), iterating by one. Then just use the %LoopIndex% generated by the Loop action as the row to paste the cells to in Paste cells to Excel worksheet.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2