Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have a large spreadsheet, need to move certain cells in one column to another
column. Column where data is has other information I do not wish to move. Need a formula something like "if data in this cell, then move to" |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So, you have data in column A and you want to move data to Column C if the
value =x? In Cell C 2 put =If (A2="X",A2," ") "kimtruss" wrote: Have a large spreadsheet, need to move certain cells in one column to another column. Column where data is has other information I do not wish to move. Need a formula something like "if data in this cell, then move to" |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have entered this formula, but does not work. I want the data in column a to
move to column c regardless of what the cell content of column a is. Any ideas? "PAR" wrote: So, you have data in column A and you want to move data to Column C if the value =x? In Cell C 2 put =If (A2="X",A2," ") "kimtruss" wrote: Have a large spreadsheet, need to move certain cells in one column to another column. Column where data is has other information I do not wish to move. Need a formula something like "if data in this cell, then move to" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you be more specific about your table set up and what you are trying to
accomplish? If you want to move data, you can cut and then insert cut cells. Or, have enter =A2 in cell C2. "kimtruss" wrote: Have entered this formula, but does not work. I want the data in column a to move to column c regardless of what the cell content of column a is. Any ideas? "PAR" wrote: So, you have data in column A and you want to move data to Column C if the value =x? In Cell C 2 put =If (A2="X",A2," ") "kimtruss" wrote: Have a large spreadsheet, need to move certain cells in one column to another column. Column where data is has other information I do not wish to move. Need a formula something like "if data in this cell, then move to" |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formulas cannot "move" data.
Formulas can only return results into the cell(s) in which they are written. To move data you would require VBA code, either event code or a macro routine. Gord Dibben MS Excel MVP On Thu, 20 Apr 2006 20:11:01 -0700, kimtruss wrote: Have entered this formula, but does not work. I want the data in column a to move to column c regardless of what the cell content of column a is. Any ideas? "PAR" wrote: So, you have data in column A and you want to move data to Column C if the value =x? In Cell C 2 put =If (A2="X",A2," ") "kimtruss" wrote: Have a large spreadsheet, need to move certain cells in one column to another column. Column where data is has other information I do not wish to move. Need a formula something like "if data in this cell, then move to" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
feel that the STANDARD DEVIATION formula on Excel is incorrect !! | Excel Worksheet Functions | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
In excel the formula bar behaves differently on different machines | Excel Discussion (Misc queries) | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |