Still Not getting it!!

SeaStar

New Member
Joined
Sep 15, 2006
Messages
14
Issue Type MAR APR
Category A 13959 48% 10320 44%
Category B 4407 15% 3758 16%
Category C 2220 8% 2373 10%
Category D 195 1% 151 1%

above is the layout. I have over 20 months going along the page. The File is called Outcomes. I want to insert a sheet, with formulas that will only pick up the % figures. So if the first % figure is in column C3, the next is in F3 (as there is one blank column inbetween) and so on, i want to put these formulas in a blank sheet so that it picks up a % figure in each and every 3 column. Does this make sense.
Therefore my new sheet would have the % figures in column C4, C5, C6 with no blank columns.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi Does this help

Lets say this sheet is called Outcomes and your new sheets is called Percentages

In percentage C3 you would type ='Outcomes'!C3
In Percentage D3 you would type = 'Outcomes'!F3

Etc etc etc for your 20 months. Then highlight the row and copy it down as far as you need

KR

Dave
 
Upvote 0
Assuming your sample data in in A1:F5 on Sheet1, in C5 on another sheet enter:

=INDEX(Sheet1!$D2:$IV2,1,((COLUMN(C5)-COLUMN($C5))*2)+1)

and copy down and across.
 
Upvote 0

Forum statistics

Threads
1,214,980
Messages
6,122,563
Members
449,088
Latest member
Motoracer88

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