Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two worksheets that will be holding the same information, but in a
different order. I would like to be able to type the data into worksheet1 next a specific heading and on worksheet2 it copies next to the same heading (although its on a different row). Hope ya can help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do this with a worksheet_change macro. Right click sheet tabview
codeleft window select worksheetright window select worksheet_change. fill in your macro -- Don Guillett Microsoft MVP Excel SalesAid Software "slavenp" wrote in message ... I have two worksheets that will be holding the same information, but in a different order. I would like to be able to type the data into worksheet1 next a specific heading and on worksheet2 it copies next to the same heading (although its on a different row). Hope ya can help! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look at VLOOKUP:
=VLOOKUP(A3,Sheet1!A:B,2,0) Assumes headers/data in columns A & B of Sheet1 A3 on Sheet2 contains the header VLOOKUP returns value corresponding to A3 header from column B on sheet1 HTH "slavenp" wrote: I have two worksheets that will be holding the same information, but in a different order. I would like to be able to type the data into worksheet1 next a specific heading and on worksheet2 it copies next to the same heading (although its on a different row). Hope ya can help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write in one cell & copies to another | Excel Discussion (Misc queries) | |||
I type data into a cell that changes when I click enter - why? | Excel Discussion (Misc queries) | |||
Type data in one cell - and it automatically populates another cel | Excel Worksheet Functions | |||
how do you force the cell to leave the data as you type it? | Excel Discussion (Misc queries) | |||
Eliminate Excel copies that have no file type | Excel Worksheet Functions |