I have two columns of data. I need to make every other cell have the value from the right hand column. Is there a quick way to do this?
I have two columns of data. I need to make every other cell have the value from the right hand column. Is there a quick way to do this?
Can you post a small sample of your data...along with the results you want to see?
Say you want to have every other cell in column C have the value from column B.
In C1 : =If(IsEven(Row(),B1,"")
and copy it down as many rows as there are data
This formula gives an error. I have attached a sample. Basically I want this
Value 1 Value 2 What I want
a b a
a b b
a b a
a b b
a b a
a b b
a b a
Last edited by shg; 07-16-2010 at 07:10 PM. Reason: deleted quote
Hi Onestopfanshop;
Did the formula actually produce an error? "#Error#"
Or is just not giving the results you want? I didn't know that you also wanted column A on every other row.
and copy down the column![]()
Please Login or Register to view this content.
given op is starting in row 2 =If(IsEven(Row()),a2,b2)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks