usnapoleon
Board Regular
- Joined
- May 22, 2014
- Messages
- 112
- Office Version
- 365
- Platform
- Windows
I have a VSTACK formula that I utilize elsewhere and I want to see if it can be adapted for something slightly different. Typically it combines consecutive columns of data, which is what my current formula does. But on my new desired adapted use, I want to pick specific columns to pull data. Is this possible?
Here is an image of what it's doing right now, which you can laugh at the obvious 'not working as intended'
I do want it to pull column B, from the tabs 1-31, but I dont want B-W, I want B, L, R, T, and (this one may be tricky) the numerical sum of columns S less T
Can I make the VSTACK picky like that?
Here's the current formula I have. I didnt make it myself, I think I got it from someone else's spreadsheet in the past.
=LET(Data,VSTACK('1:31'!$B$23:$W$72),column1,TAKE(Data,,1),output,FILTER(Data,column1<>0,""),output)
I normally try to understand what the formula is saying... try to verbalize out loud it into something anyone could understand, and that helps me understand formulas and break them down and make edits to them in the future (like now), but I can't follow it starting with 'column1,TAKE(Data....etc etc'. Consequently I cant edit it myself.
Thank you
Here is an image of what it's doing right now, which you can laugh at the obvious 'not working as intended'
I do want it to pull column B, from the tabs 1-31, but I dont want B-W, I want B, L, R, T, and (this one may be tricky) the numerical sum of columns S less T
Can I make the VSTACK picky like that?
Here's the current formula I have. I didnt make it myself, I think I got it from someone else's spreadsheet in the past.
=LET(Data,VSTACK('1:31'!$B$23:$W$72),column1,TAKE(Data,,1),output,FILTER(Data,column1<>0,""),output)
I normally try to understand what the formula is saying... try to verbalize out loud it into something anyone could understand, and that helps me understand formulas and break them down and make edits to them in the future (like now), but I can't follow it starting with 'column1,TAKE(Data....etc etc'. Consequently I cant edit it myself.
Thank you