PC Review


Reply
Thread Tools Rate Thread

Conditional Copy from one worksheet to another

 
 
John Duich
Guest
Posts: n/a
 
      18th Apr 2010
Hello,

I'm trying to do a conditional copy, for example: if H2 = ok copy B2 to G2
and paste in sheet 2. Not sure how best to do this... any help would be
appreciated!

Thank you,
John
 
Reply With Quote
 
 
 
 
JLatham
Guest
Posts: n/a
 
      19th Apr 2010
Your question is a little unclear: when you say copy B2 to G2 and paste in
sheet 2, do you mean copy B2 to G2 on that sheet AND also copy it over into
sheet2 or just copy it into G2 on Sheet2?

Assuming H2 and B2 are on Sheet1 and you want to just show contents of B2 in
G2 on Sheet2, then this formula in G2 of Sheet2 would do it:
=IF(Sheet1!H2="OK",Sheet1!B2,"")
It doesn't matter that I used uppercase "OK" -- the test is not case
sensitive, so "ok"="OK".

If you need some more robust or variable response processing, let us know
and we'll try to help, but we need a detailed description of what you may
need.

"John Duich" wrote:

> Hello,
>
> I'm trying to do a conditional copy, for example: if H2 = ok copy B2 to G2
> and paste in sheet 2. Not sure how best to do this... any help would be
> appreciated!
>
> Thank you,
> John

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional copy of column to another column of same worksheet sanju Microsoft Excel Programming 0 16th Apr 2010 03:14 AM
Conditional find and copy to different worksheet. Peter Gasparik Microsoft Excel Programming 2 24th Nov 2008 02:50 AM
Copy conditional format using formula to entire worksheet DOOGIE Microsoft Excel Programming 1 25th Sep 2008 02:08 PM
...Can I copy the Conditional Formatting I have on Worksheet # 1 t =?Utf-8?B?RHIuIERhcnJlbGw=?= Microsoft Excel Crashes 1 15th Dec 2005 09:40 PM
can i freeze conditional formating to copy to another worksheet =?Utf-8?B?Q2hyaXMgTGFuZQ==?= Microsoft Excel Misc 1 12th Oct 2005 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:32 AM.