Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to convert cells in one worksheet into 1's and 0's and
correlate it with a value. For example, if this was my starting worksheet (which I'm provided with): RowA RowB=1 RowC=0 6 3 2 12 5 4 18 1 2 I want to convert the above worksheet into a worksheet that had 2 rows, one being the value of RowA above, and the other being either a 1 or a 0, depending on whether it was rowB or rowC, and the number of rows equals the number in rowB or rowC above. So, this example would convert to a new worksheet of: RowA RowB 6 1 6 1 6 1 6 0 6 0 12 1 12 1 12 1 12 1 12 1 12 0 12 0 12 0 12 0 18 1 18 0 18 0 Does anyone know how to do this without having to enter each value separately? Thanks, Frustrated Doctor |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Doctor | Links and Linking in Excel | |||
Excel Doctor | Excel Worksheet Functions | |||
Excel Doctor | Excel Programming | |||
Excel Doctor | Excel Worksheet Functions | |||
Excel Doctor | Links and Linking in Excel |