Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Marc,
Just noticed that my formula used "=", whereas yours used "=" , so just edit that bit . NickHK "Marc Baumann" egroups.com... Nick, that works exactly how I want it. Thanks a lot! Is it possible to do this also for this where I make a calculation in the matrix with cell XY and cell YX: For RowNdx = StartRow To EndRow For ColNdx = StartCol To EndCol Worksheets("Matrix Com").Cells(RowNdx, ColNdx).Value = CalA Worksheets("Matrix Com").Cells(ColNdx, RowNdx).Value = CalB TotVar = CalA * CalB AvVar = TotVar / 2 If AvVar = FilterNum Then CellValue = 1 Else CellValue = 0 End If Worksheets("Matrix ComC").Cells(RowNdx, ColNdx).Value = CellValue Next ColNdx Next RowNdx Thanks, Marc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter PivotTable dropdown items to match report filter | Excel Discussion (Misc queries) | |||
How can I transpose nXm matrix to mXn Matrix | Excel Worksheet Functions | |||
Matrix Help | Excel Worksheet Functions | |||
Matrix | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |