Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Copy value

On Nov 7, 11:38*am, Don Guillett wrote:
Should do it. You don't need to put anything in the column to the
left. Excel will do it.

Sub copynumbersif()
Dim mc As Long
Dim i As Long
mc = 2 'if column B
For i = 2 To Cells(Rows.Count, mc).End(xlUp).Row
If Cells(i - 1, mc) = Cells(i, mc) Then
Cells(i - 1, mc - 1) = Cells(i, mc)
Cells(i, mc - 1) = Cells(i, mc)
End If
Next i
End Sub
On Nov 7, 12:21*pm, gary wrote:



If B4 = B3 and A3 contains a value, how can I copy the value in A3
down to A4?


Here is my spreadsheet:


* * * * * * *A * * * * * * B
* 1 * * * * * * * * * *0082766
* 2 * * * * * * * * * *0082767
* 3 * *0082768 *0082768
* 4 * * * * * * * * * *0082768
* 5 * * * * * * * * * *0082768
* 6 * * * * * * * * * *0082768
* 7 * * * * * * * * * *0082768
* 8 * * * * * * * * * *0104361
* 9 * * * * * * * * * *0104365
10 * * * * * * * * * *0104367
11 * * * * * * * * * *0104368
12 * * * * * * * * * *0104370
13 * 0104409 * 0104409
14 * * * * * * * * * *0104409


=========


This is the result I'm looking for:


* * * * * *A * * * * * * B
* 1 * * * * * * * * * *0082766
* 2 * * * * * * * * * *0082767
* 3 * *0082768 *0082768
* 4 * *0082768 *0082768
* 5 * *0082768 *0082768
* 6 * *0082768 *0082768
* 7 * *0082768 *0082768
* 8 * * * * * * * * * *0104361
* 9 * * * * * * * * * *0104365
10 * * * * * * * * * *0104367
11 * * * * * * * * * *0104368
12 * * * * * * * * * *0104370
13 * 0104409 * 0104409
14 * 0104409 * 0104409- Hide quoted text -


- Show quoted text -


That doesn't work.
 
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
How can I copy big ranges of cells without drag or copy/paste? Ricardo Julio Excel Discussion (Misc queries) 3 March 23rd 10 02:38 PM
Copy and paste versus copy and insert copied cells Alana New Users to Excel 1 September 28th 07 08:58 PM
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 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
EXCEL FILE a copy/a copy/a copy ....filename ve New Users to Excel 1 September 29th 05 09:12 PM


All times are GMT +1. The time now is 09:08 AM.

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"