Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default copy values in more cells

Hi,
I have a column with cells merged at groups of 8. in the column next to it i
would like to have a formula that copy the value of the merged cells (that
would be the first one of each group as if i do umerged the value is always
on the top one)
not sure i can make myself to clear about this. see table below (in the
example I made groups of 3 instead 8)


A B C
1”‚ z z
2”‚ z
3”‚ z
4”‚ k k
5”‚ k
6”‚ k
7”‚0 0
8”‚ 0
9”‚ 0

where column A contains the merged cells in groups of 3 (1 to 3, 4 to 6, 7to
9) and column B contains the formula that copy from column A.
any idea of how to do this?

thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default copy values in more cells

In the first cell in B (at B1) put the formula =A1
In B2 put =IF(A2="",B1,A2)
and fill that second formula down the column.


"massi" wrote:

Hi,
I have a column with cells merged at groups of 8. in the column next to it i
would like to have a formula that copy the value of the merged cells (that
would be the first one of each group as if i do umerged the value is always
on the top one)
not sure i can make myself to clear about this. see table below (in the
example I made groups of 3 instead 8)


A B C
1”‚ z z
2”‚ z
3”‚ z
4”‚ k k
5”‚ k
6”‚ k
7”‚0 0
8”‚ 0
9”‚ 0

where column A contains the merged cells in groups of 3 (1 to 3, 4 to 6, 7to
9) and column B contains the formula that copy from column A.
any idea of how to do this?

thanks


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default copy values in more cells

works fine.
thanks a lot!

"JLatham" wrote:

In the first cell in B (at B1) put the formula =A1
In B2 put =IF(A2="",B1,A2)
and fill that second formula down the column.


"massi" wrote:

Hi,
I have a column with cells merged at groups of 8. in the column next to it i
would like to have a formula that copy the value of the merged cells (that
would be the first one of each group as if i do umerged the value is always
on the top one)
not sure i can make myself to clear about this. see table below (in the
example I made groups of 3 instead 8)


A B C
1”‚ z z
2”‚ z
3”‚ z
4”‚ k k
5”‚ k
6”‚ k
7”‚0 0
8”‚ 0
9”‚ 0

where column A contains the merged cells in groups of 3 (1 to 3, 4 to 6, 7to
9) and column B contains the formula that copy from column A.
any idea of how to do this?

thanks


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default copy values in more cells

You're welcome.

"massi" wrote:

works fine.
thanks a lot!

"JLatham" wrote:

In the first cell in B (at B1) put the formula =A1
In B2 put =IF(A2="",B1,A2)
and fill that second formula down the column.


"massi" wrote:

Hi,
I have a column with cells merged at groups of 8. in the column next to it i
would like to have a formula that copy the value of the merged cells (that
would be the first one of each group as if i do umerged the value is always
on the top one)
not sure i can make myself to clear about this. see table below (in the
example I made groups of 3 instead 8)


A B C
1”‚ z z
2”‚ z
3”‚ z
4”‚ k k
5”‚ k
6”‚ k
7”‚0 0
8”‚ 0
9”‚ 0

where column A contains the merged cells in groups of 3 (1 to 3, 4 to 6, 7to
9) and column B contains the formula that copy from column A.
any idea of how to do this?

thanks


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
How to copy values available in different cells of a column into d Satish Excel Discussion (Misc queries) 3 August 2nd 07 06:30 AM
How can I copy the values of all selected cells to the same cells inanother Sheet [email protected] Excel Programming 2 August 8th 06 05:45 PM
How do I copy only values of cells when they are enterd? Nakeeb Excel Worksheet Functions 1 April 22nd 06 05:20 PM
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 same values to several cells Joe Holgersen Excel Discussion (Misc queries) 2 December 8th 05 04:41 PM


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