Hello,
I have a simple problem that I cannot get to work...
Problem
I have one list (vertical in one column) with data.
I want to create a second list (vertical one column) with a drag down formula that takes only every (for example) 3th value from the 1e list.
What did I do to solve it
I have searched the web many times found lots of basic drag down explanations (yes I know that 10-20... becomes 10-20-30-40 etc.) and found two solution that come up most.
That is OFFSET($A$3,(ROW()-1)*3,0) and I found solutions that use INDEX and COUNTA for 1e lists that are not fix but can grow longer.
I cannot get any to work. I must say I use a Dutch version but Translator solves that problem.
I do encounter this often, where I wish I could make a simple formule for this "problem".
In stead of labor intensive selecting cells piece by piece, I just want to drag down a formule, no selection errors and for long 1e lists, this is not nice to do.
Does anybody have a smart idea?
I like the fix with the OFFSET command.
Oh yes, in all the examples I found the 1e list is starting at A1... this does not have to be that way. My 1e list is starting at B5 (could be any other value but A1).
Thanks in advance!
Greetings, Pim
I have a simple problem that I cannot get to work...
Problem
I have one list (vertical in one column) with data.
I want to create a second list (vertical one column) with a drag down formula that takes only every (for example) 3th value from the 1e list.
What did I do to solve it
I have searched the web many times found lots of basic drag down explanations (yes I know that 10-20... becomes 10-20-30-40 etc.) and found two solution that come up most.
That is OFFSET($A$3,(ROW()-1)*3,0) and I found solutions that use INDEX and COUNTA for 1e lists that are not fix but can grow longer.
I cannot get any to work. I must say I use a Dutch version but Translator solves that problem.
I do encounter this often, where I wish I could make a simple formule for this "problem".
In stead of labor intensive selecting cells piece by piece, I just want to drag down a formule, no selection errors and for long 1e lists, this is not nice to do.
Does anybody have a smart idea?
I like the fix with the OFFSET command.
Oh yes, in all the examples I found the 1e list is starting at A1... this does not have to be that way. My 1e list is starting at B5 (could be any other value but A1).
Thanks in advance!
Greetings, Pim