Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a set of data, let say start from A1 to F1 = 1,2,3,4,5,6
I need to have a macro to create the output as follow: A2 to D2 = 1,2,3,4 A3 to D3 = 1,2,3,5 A4 to D4 = 1,2,3,6 A5 to D5 = 1,2,4,5 A6 to D6 = 1,2,4,6 .. .. .. An to Dn = 1,4,5,6 .. .. .. Ax to Dx = 3,4,5,6 Basically, the macro should create any four combination from the data. Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time Series and Creating data points within a series | Excel Discussion (Misc queries) | |||
chart with two data series and two colors for each data series | Charts and Charting in Excel | |||
2nd Axes - primary series data of only 1 series disappears! | Charts and Charting in Excel | |||
how do I plot a data series against two series | Charts and Charting in Excel | |||
chart data series -- plot a table as a single series | Charts and Charting in Excel |