![]() |
|
#1
|
|||
|
|||
![]() Quote:
Have calculated columns in your Table 1, but hide them. This ensures calculations are made when data are read in, but the Table will work like with 2 columns only; Try to use FILTER() to get wanted report data displayed separately (I'm currently only aware there is such function in latest versions, but I have never used it. You have to test yourself, is it possible to get all 3 columns of data returned without applying any conditions). |
#2
|
||||
|
||||
![]() Quote:
=INDEX(Table13,ROW(Table13)-ROW(Table13[#Headers]),{1,3,4}) See Sheet1 (2) of the attached. If you want to include headers in the result: =INDEX(Table13[#All],ROW(Table13[#All])-ROW(Table13[#Headers])+1,{1,3,4}) |
#3
|
|||
|
|||
![]() Quote:
Is this INDEX() formula entered into second Defined Table, or it behaves like those newest Excel features, where you enter the formula {like FILTER()} into single cell, and you get a range of values returned? When former, as I suspect, then the second Table will not expand automatically when new rows are added to first Table. I think I found a probable solution with FILTER(). When the 1st Table has name e.g tData, with headers like Hdr1, Hdr2 for visible columns, and then for hidden columns headers like Hdr3 for column with formula =tData[@Hdr1] , Hdr4 and Gdr5 for columns for OP's calculations, and an additional column Hdr6 with formula =1, then formula Code:
=FILTER(tData[Hdr3:Hdr5],tData[Hdr6]=1) |
#4
|
|||||
|
|||||
![]() Quote:
Quote:
Quote:
Quote:
Quote:
This should work: =tData[Hdr3:Hdr5] but in the OP's case the columns are not adjacent; he wants columns 1, 3 & 4 I would have expected =INDEX(Table13,,{1,3,4}) or =INDEX(Table13,0,{1,3,4}) to be enough but experimentation showed it wasn't (only one row returned). It wants to see the likes of: =INDEX(Table13,{1;2;3;4;5;6…},{1,3,4}) (not a real formula) hence the extra bits there in my last message (msg#10). |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Auto-Entering Values into a Column in a Table based on Value in Adjacent Column | nytvsh | Excel | 2 | 12-06-2021 12:33 AM |
![]() |
serrix | Word | 3 | 02-24-2016 12:19 AM |
Scanning Barcodes Populating Table with Info | Sueade | Excel | 0 | 11-10-2015 05:51 PM |
Populating a table cell wit document properties | milena | Word VBA | 2 | 04-15-2015 07:28 AM |
![]() |
mpdsal | Word VBA | 10 | 10-29-2012 07:40 AM |