View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Duplicate Data within Worksheet

In C3:
=if($a2<$a3,"",if(c2="","",c2))

And copy it to D3, E3 (and maybe H3???)

smasbell wrote:

I am working in Excel 2000.
I have a spreadsheet that contains duplicate cells of information within the
same column, but needs information within the row. I need some help writing
a formula or macro that would allow me to perform the following on the
worksheet:

If Cell A2=A3, then copy values in cells C2, D2, E2, and H2 to cells C3, D3,
E3.

Thank you for your time and expertise!


--

Dave Peterson