That doesn't give us much to go on - a bit like going to the doctor and saying nothing except "I don't feel well".
- Did it give an error message? What?
- Did it return the wrong result(s)? Explain what it returned and what it should have returned.
- Something else?
OK, here is my 'Active Opportunities' with some dummy data indicating the cell it is in.
Excel 2010 32 bit
| A |
---|
A13 | |
A14 | |
A15 | |
A16 | |
A17 | |
A18 | |
A19 | |
A20 | |
A21 | |
A22 | |
A23 | |
A24 | |
A25 | |
A26 | |
<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]13[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]18[/TD]
[TD="align: center"]19[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]23[/TD]
[TD="align: center"]24[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]26[/TD]
</tbody>
Active Opportunities
And here is my Sheet2 with the formula that I dragged down.
Is this what you want/expect? If not, more details please.
Excel 2010 32 bit
<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]18[/TD]
[TD="align: center"]19[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]23[/TD]
[TD="align: center"]24[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]26[/TD]
[TD="align: center"]27[/TD]
[TD="align: center"]28[/TD]
[TD="align: center"]29[/TD]
[TD="align: center"]30[/TD]
[TD="align: center"]31[/TD]
[TD="align: center"]32[/TD]
[TD="align: center"]33[/TD]
[TD="align: center"]34[/TD]
[TD="align: center"]35[/TD]
[TD="align: center"]36[/TD]
[TD="align: center"]37[/TD]
[TD="align: center"]38[/TD]
[TD="align: center"]39[/TD]
[TD="align: center"]40[/TD]
[TD="align: center"]41[/TD]
[TD="align: center"]42[/TD]
[TD="align: center"]43[/TD]
[TD="align: center"]44[/TD]
[TD="align: center"]45[/TD]
[TD="align: center"]46[/TD]
[TD="align: center"]47[/TD]
[TD="align: center"]48[/TD]
</tbody>
Sheet2
[TABLE="width: 85%"]
<tbody>[TR]
[TD]
Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: #DAE7F5"]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: #DAE7F5"]A15[/TH]
[TD="align: left"]=IF(
MOD(ROWS(A$15:A15),16)=1,INDEX('Active Opportunities'!A$13:A$2000,INT(ROWS(A$15:A15)/16)+1),"")[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Alright ... this worked and thank you (Issue was my Excel auto formatted to RC1 & was inhibiting formula) ... After seeing it work I had to adjust to actually skip 17 rows, I was able to make adjustments, but my understanding of the formula in totality is still rookie status
So my next challenge is this:
I now need this formula to skip the same 17 rows Starting at "B15"... =VLOOKUP(A15,'Active Opportunities'!13:2000,4,False) ... image attached for better view