View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Darius Darius is offline
external usenet poster
 
Posts: 41
Default looking for a function to make it more quicker

in first column I have the data as:
=ABS($AK$9-B$9)
=..................C$9)
..
..
..
=ABS($AK$9-AJ$9)

Now if for example above are in Column BD, now I want next set in BF as:
=ABS($AK$10-B$10)
=..................C$10)
..
..
..
=ABS($AK$10-AJ$10)

then again in BH as:
=ABS($AK$11-B$11)
=..................C$11)
..
..
..
=ABS($AK$11-AJ$11)

It goes for couple of more columns.
How do I make it a bit quicker than what I do as copy paste, cut etc..
Thanks for your help.