![]() |
#1
|
|||
|
|||
![]()
hm...
Moin again, I need your help once more: I want 3 sheets to be filled with data from one table, if certain conditions are met (all Yes or No). The conditions are "Success", "Kids", "Missed" or "Gone". Only "Missed" and "Gone" are to be separated. To achieve this I created a helping condition "Work" which checks if either "Missed" or "Gone" are true. So if both are "No" the data entered should be visible in the sheet "Work". If either of the others is "Yes", the data should be seen in the corresponding sheet, so either "Missed" or "Gone". I did this once in the past, but I'm drawing blanks for 4 days straight now. See the attached file for more info. Edit: If I do a simple =IF(tData[@Work]="No","",INDEX(tData Process],[@DataRow])) I get the right data into the first row in "Work", but I also get empty rows, which I don't want. Kind regards, Jack Last edited by Deichgraf; 02-07-2023 at 09:00 AM. |
#2
|
||||
|
||||
![]()
In the attached is what I think you're looking for.
In the Data sheet I've removed all but the raw data, that is no calculated columns. In the sheet Missed I've put a formula in cell A2. This is all you need. The result spills down into the rows below. There is no need to copy this formula down: Code:
=CHOOSECOLS(FILTER(tData,tData[Missed]="Yes","None found"),1,2,6,5) I've done the same for the Gone and Work sheets. |
#3
|
|||
|
|||
![]()
Thank you.
While this does work, I would have to format the sheets as tables manually (without using format as table). If there is no option to do it within the framework I created I understand and will do so, but I'd prefer to have it using my tables. In the future, this might contain up to 10000 rows. |
#4
|
||||
|
||||
![]()
Hard work, but see attached.
|
#5
|
|||
|
|||
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
automatically fill in the details | DIMI | Excel Programming | 12 | 11-22-2019 04:18 AM |
Automatically fill in names in a weekschedule | Adile | Excel | 4 | 11-16-2016 08:08 AM |
![]() |
MatthewR | Excel | 4 | 07-09-2015 07:13 AM |
Word Template: Fill out user E-Mail automatically | MS_Maverick | Office | 0 | 05-09-2014 12:50 AM |
![]() |
prroots | Outlook | 1 | 06-29-2010 10:56 AM |