LVExcel
Board Regular
- Joined
- Nov 23, 2011
- Messages
- 64
- Office Version
- 365
- Platform
- Windows
Hi all, this formula was recently presented for a question on BYROW
=MAP(TRIMRANGE(AC8:AC38),LAMBDA(row,IF(row>AY$7,"OVER","UNDER")))
Can it be customized to get data from another sheet?
I have two sheets, sheet-1 is my template used to import data to our billing system, it requires a particular format and column order.
Then I have my calculated detail data in sheet-2 with hundreds of columns and thousands of rows with my formulas within the detail.
I only need about 20 columns from Sheet-2 into my template (Sheet-1) in the correct order, but don't want to always have to copy formulas down, and check that I'm capturing every row in sheet-2, which constantly changes number of rows.
I tried to customize the formula but am not getting the correct results.
Example: Sheet-1 Column A1 will include all the data in Sheet-2 Column G:G; B1 will present all rows in E:E, and so forth.
Thanks in advance for your help.
=MAP(TRIMRANGE(AC8:AC38),LAMBDA(row,IF(row>AY$7,"OVER","UNDER")))
Can it be customized to get data from another sheet?
I have two sheets, sheet-1 is my template used to import data to our billing system, it requires a particular format and column order.
Then I have my calculated detail data in sheet-2 with hundreds of columns and thousands of rows with my formulas within the detail.
I only need about 20 columns from Sheet-2 into my template (Sheet-1) in the correct order, but don't want to always have to copy formulas down, and check that I'm capturing every row in sheet-2, which constantly changes number of rows.
I tried to customize the formula but am not getting the correct results.
Example: Sheet-1 Column A1 will include all the data in Sheet-2 Column G:G; B1 will present all rows in E:E, and so forth.
Thanks in advance for your help.