Hello,
I'm looking for a furmula that will take data from one cell in sheet (=sheet1!A1), than will skip one cell (column) and take the data from the next cell (=sheet1!C1). I have to drag the formula on many cells in a raw...
Thanks
Enter this in your a cell and then drag it across to the right:
=OFFSET($A$1,0,COLUMN(A1)*2-2)
Ken Puls, FCPA, FCMA, MS MVP
Learn to Master Your Data at the Power Query Academy (the world's most comprehensive online Power Query training), with my book Master Your Data for Excel and Power BI, or our new Power Query Recipe cards!
Main Site: http://www.excelguru.ca -||- Blog: http://www.excelguru.ca/blog -||- Forums: http://www.excelguru.ca/forums
Check out the Excelguru Facebook Fan Page -||- Follow Me on Twitter
If you've been given VBA code (a macro) for your solution, but don't know where to put it, CLICK HERE.
Bookmarks