Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If we want to transpose a range of cells in a row which contains "sum"
formula, the values in the row change after transpose. One olution is to use "paste link". However the "paste link" is disabled when the transpose checkbox is checked. Is there any way out to retain the cell values the same while transposing the range of cells? Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you really want to transpose the values--not the formulas:
Select the range to copy you can edit|copy followed by edit|paste special, check values and transpose if you really wanted to keep the formulas, you can do this: Select the range to copy edit|replace what: = (equal sign) with: $$$$$ replace all now the formulas are just plain old strings Edit|copy the range edit|paste special|transpose Select both ranges (or do it twice) edit|replace what: $$$$$ with: = replace all And the strings are reconverted to formulas. Hemant wrote: If we want to transpose a range of cells in a row which contains "sum" formula, the values in the row change after transpose. One olution is to use "paste link". However the "paste link" is disabled when the transpose checkbox is checked. Is there any way out to retain the cell values the same while transposing the range of cells? Thank you. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Dave Peterson" wrote: If you really want to transpose the values--not the formulas: Select the range to copy you can edit|copy followed by edit|paste special, check values and transpose if you really wanted to keep the formulas, you can do this: Select the range to copy edit|replace what: = (equal sign) with: $$$$$ replace all now the formulas are just plain old strings Edit|copy the range edit|paste special|transpose Select both ranges (or do it twice) edit|replace what: $$$$$ with: = replace all And the strings are reconverted to formulas. Hemant wrote: If we want to transpose a range of cells in a row which contains "sum" formula, the values in the row change after transpose. One olution is to use "paste link". However the "paste link" is disabled when the transpose checkbox is checked. Is there any way out to retain the cell values the same while transposing the range of cells? Thank you. -- Dave Peterson Thanks for your suggestions . It really help ... I owe you a cup of tea .... Hemant |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
quick way to copy-paste a formula linked to cells in another file | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Applying formula to only NON-EMPTY cells in range | Excel Discussion (Misc queries) |