drag formula but skip columns

johannes2008

New Member
Joined
Aug 20, 2010
Messages
42
Office Version
  1. 365
Platform
  1. Windows
Hello.

I am going to do my best to simplify and explain this but it its not clear please let me know.


I have a workbook with 2 sheets (DATA and ANALYSIS). In the ANALYSIS sheet I have a set of 4 columns that repeat (1 set for each month). In the DATA sheet I have a set of 6 columns that repeat (1 set for each month). All the other columns are local values to that sheet and are not interdependent between sheets.

The 1st and 2nd of column of 4 column set in the ANALYSIS sheet call values from the 6 column set in the DATA sheet that correlates to the same month. However in the DATA sheet this info is in the 3rd and 5th columns for each month.

When I drag across to fill in the ANALYSIS sheet excel does not calculate/determine which column in the DATA sheet to retrieve the info from correctly. Is there a way I can force the drag+fill to get the data from specific columns?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Not sure what you are getting from you Data sheet but instead of referring to cell like
Rich (BB code):
=A1
you can calculate the position of column if there is a rhyme or reason and manipulate the "column" section of the formula below
Rich (BB code):
=INDIRECT(ADDRESS(1,COLUMN(A1))
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,721
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top