Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Copy A1 into C1 if B1 contains data??

I want to copy whatever is in A1 into C1 if B1 has data. If b1 is blank then
c1 should remain blank. The data in a1 or b1 could be either text or
numbers. As long as anything is in b1 then c1 should contain whatever is in
a1.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Copy A1 into C1 if B1 contains data??

Use this in C1:
=if(b1="","",a1)

Regards,
Fred

"Question, Mark" wrote in message
...
I want to copy whatever is in A1 into C1 if B1 has data. If b1 is blank
then
c1 should remain blank. The data in a1 or b1 could be either text or
numbers. As long as anything is in b1 then c1 should contain whatever is
in
a1.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Copy A1 into C1 if B1 contains data??

Excellent! I was misplacing the quotation marks.
Thank you so much.

"Fred Smith" wrote:

Use this in C1:
=if(b1="","",a1)

Regards,
Fred

"Question, Mark" wrote in message
...
I want to copy whatever is in A1 into C1 if B1 has data. If b1 is blank
then
c1 should remain blank. The data in a1 or b1 could be either text or
numbers. As long as anything is in b1 then c1 should contain whatever is
in
a1.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Copy A1 into C1 if B1 contains data??

Glad I could help. Thanks for the feedback.

Fred.

"Question, Mark" wrote in message
...
Excellent! I was misplacing the quotation marks.
Thank you so much.

"Fred Smith" wrote:

Use this in C1:
=if(b1="","",a1)

Regards,
Fred

"Question, Mark" wrote in
message
...
I want to copy whatever is in A1 into C1 if B1 has data. If b1 is blank
then
c1 should remain blank. The data in a1 or b1 could be either text or
numbers. As long as anything is in b1 then c1 should contain whatever
is
in
a1.





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 excel data (inc. textbox data) into Word Sarah (OGI) Excel Discussion (Misc queries) 0 August 14th 07 05:00 PM
filted data, copy and paste a col. puts data in wrong row how fix chris_fig New Users to Excel 1 October 16th 06 04:26 PM
Retrieve multiple data rows data from a very long list and copy t mathew Excel Discussion (Misc queries) 1 September 13th 06 08:24 PM
How do I copy data from main frame computer and keep data in cell Doug Excel Worksheet Functions 1 May 30th 06 05:15 PM
Copy old Data from web query while keeping previous days data DRobidoux Excel Worksheet Functions 0 March 22nd 06 01:56 PM


All times are GMT +1. The time now is 05:02 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"