View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default Formula to copy every other cell value from a single row to a single column,

Hi Andy,

Am Wed, 6 Jun 2018 03:51:06 -0700 (PDT) schrieb Andy McNicol:

Your help is much appreciated, now have it all in the same row which is good, however not quite there as getting the following results;

A
0
21
0
23
0
43
0
34

Also should have probably been clearer but want to retain the original data as well so no overwrite in A1. So for testing purposes added the formula into Cell A4, but for some reason it ignores the first 2 values in the row and still returns a 0 between the values.


I thought you would have the results in another sheet.
You have data in every other cell. So you have to multiply ROW() with 2.
When you start in row 4 you must change the formula to:
=INDEX($1:$1,,ROW()*2-7)


Regards
Claus B.
--
Windows10
Office 2016