wesleyterrill
New Member
- Joined
- Feb 9, 2016
- Messages
- 15
Kind of confusing title, sorry about that! Let me elaborate...
I have the following formula in a cell:
=LEFT(INDIRECT("Source!A2"),FIND(" ",INDIRECT("Source!A2"),1)-1) *(Don't worry about what the formula actually does.)*
Basically, I'm trying to drag this cell down about 1000 times for bulk data purposes. BUT... the cell(s) being referenced increase by 3 every time. So, for the next line, it should be A5, then A8, then A11, and so on.
The next 2 formulae should be as follows:
=LEFT(INDIRECT("Source!A5"),FIND(" ",INDIRECT("Source!A5"),1)-1)
=LEFT(INDIRECT("Source!A8"),FIND(" ",INDIRECT("Source!A8"),1)-1)
Whenever I select the first cell (or even the first several cells) and drag down... It only copies the formula(e), it does not update. Does anybody have an idea of how to drag this info down and have it reflect the proper cell? I have finished about 50 lines manually, but I feel like there's a much more efficient way. Thanks for the help!
I have the following formula in a cell:
=LEFT(INDIRECT("Source!A2"),FIND(" ",INDIRECT("Source!A2"),1)-1) *(Don't worry about what the formula actually does.)*
Basically, I'm trying to drag this cell down about 1000 times for bulk data purposes. BUT... the cell(s) being referenced increase by 3 every time. So, for the next line, it should be A5, then A8, then A11, and so on.
The next 2 formulae should be as follows:
=LEFT(INDIRECT("Source!A5"),FIND(" ",INDIRECT("Source!A5"),1)-1)
=LEFT(INDIRECT("Source!A8"),FIND(" ",INDIRECT("Source!A8"),1)-1)
Whenever I select the first cell (or even the first several cells) and drag down... It only copies the formula(e), it does not update. Does anybody have an idea of how to drag this info down and have it reflect the proper cell? I have finished about 50 lines manually, but I feel like there's a much more efficient way. Thanks for the help!