Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Type in one cell and data copies into another cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Type in one cell and data copies into another cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Type in one cell and data copies into another cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Write in one cell & copies to another slavenp Excel Discussion (Misc queries) 5 August 17th 07 01:52 AM
I type data into a cell that changes when I click enter - why? cruiser Excel Discussion (Misc queries) 2 March 30th 07 12:49 AM
Type data in one cell - and it automatically populates another cel Tom Excel Worksheet Functions 5 March 18th 07 04:21 AM
how do you force the cell to leave the data as you type it? Amanda Excel Discussion (Misc queries) 2 July 20th 05 02:59 PM
Eliminate Excel copies that have no file type EK Excel Worksheet Functions 0 July 2nd 05 01:14 AM


All times are GMT +1. The time now is 05:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"