#1   Report Post  
Posted to microsoft.public.excel.misc
Saxman
 
Posts: n/a
Default Exact Copy

If I type for example, '5/2' in a cell formatted as text, how can I
simultaneously make a duplicate of this data in another cell?

TIA
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Exact Copy

You can use a link =sheet1!a2 or a worksheet_change event

if target.column<2 then exit sub
target.offset(0,4).value=target

--
Don Guillett
SalesAid Software

"Saxman" wrote in message
...
If I type for example, '5/2' in a cell formatted as text, how can I
simultaneously make a duplicate of this data in another cell?

TIA



  #3   Report Post  
Posted to microsoft.public.excel.misc
Saxman
 
Posts: n/a
Default Exact Copy

"Don Guillett" wrote in news:e5g5f1BgGHA.1324
@TK2MSFTNGP04.phx.gbl:

You can use a link =sheet1!a2 or a worksheet_change event


This does not appear to work on the same workssheet? Maybe I should have
stated that?
  #4   Report Post  
Posted to microsoft.public.excel.misc
Saxman
 
Posts: n/a
Default Exact Copy

"Don Guillett" wrote in news:e5g5f1BgGHA.1324
@TK2MSFTNGP04.phx.gbl:

You can use a link =sheet1!a2 or a worksheet_change event

if target.column<2 then exit sub
target.offset(0,4).value=target


I got it. I just couldn't think today! =A2 and format the cells to
General.
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
copy between worksheets does not copy formulae just values Chris@1000 Oaks Excel Discussion (Misc queries) 0 March 19th 06 11:44 AM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Copy exact value from one cell to new formula in another cell asg2307 Excel Discussion (Misc queries) 2 February 6th 06 09:33 PM
How to I past the exact copy of a form without it shrinking Carol Excel Worksheet Functions 2 January 31st 06 07:34 PM
Copy without Hidden Cols - How abrogard Excel Discussion (Misc queries) 1 July 15th 05 07:54 AM


All times are GMT +1. The time now is 08:21 PM.

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

About Us

"It's about Microsoft Excel"