Maths

  • Thread starter Thread starter Mohamed Rifan
  • Start date Start date
It looks like your answer should be:

54325

With 5 in A1 and 25 in A2, put this formula in A3:

=(INT(A2/10^ROW(A1))+1)*10^(ROW(A1)+1)+A2

and copy down.

Hope this helps.

Pete
 
I hope it took you guys longer than just a minute to come up with that
answer...
 
Hi. Not sure what the rule is for n>10, but perhaps the equation can be
reduced for n <= 10

Place in A1, and copy down to A10.

=(10^ROW()*(9*ROW() - 1) + 325)/81

HTH
Dana DeLouis

= = = = =
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top