Hi,
i want to extract list of text values based on criteria from table (using structure table references).
Can you help?
In attachment please find sample workbook.
Best,
Jacek
Hi,
i want to extract list of text values based on criteria from table (using structure table references).
Can you help?
In attachment please find sample workbook.
Best,
Jacek
Try this:
Enter array formula in H2 and drag formula across and down
**Must be entered with Ctrl+Shift+Enter key combination.
Formula:
Please Login or Register to view this content.
*If your region uses semicolon as separator instead of comma, replace all instances of comma with semicolon.
With use of structure table references
Formula:
Please Login or Register to view this content.
Last edited by AlKey; 08-29-2018 at 02:31 PM.
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Hi,
this is working like a charm.
Thank you.
To eliminate "ROW(H$4)" i usedBest,![]()
Please Login or Register to view this content.
Jacek
Ok, one more issue here.
It is possible to restrict list for two requirements?
Like Server1 & Server2?
So filter based on more than one criteria?
Screenshot_3.png
Please help,
Jacek
Last edited by jaryszek; 08-30-2018 at 03:02 AM. Reason: adding image
Try:
=IFERROR(INDEX(t_MaxMemory[Offered],AGGREGATE(15,6,(ROW(t_MaxMemory[Offered])-ROW(t_MaxMemory[[#Headers],[Offered]]))/(t_MaxMemory[Server]={"Server1","Server2"}),ROWS($1:1))),"")
copied down. ordinary formula.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Thank you Glenn,
can i instead using : {"Server1","Server2"} use reference to cells?
Like A1 & A2?
Best,
Jacek
Please try
Copied down and copied right.![]()
Please Login or Register to view this content.
Last edited by congnt92; 08-30-2018 at 04:00 AM. Reason: Typo
Thank you congnt92.
Hmm i do not understand exactly why are you doing by multiplying ROW * 0...
And furthermore when you have not sorted list, your function will not work.
Server1 Text1
Server1 Text2
Server2 Text3
Server2 Text4
Server2 Text5
Server3 Text6
Server2 Text7
edit: Glenn, your formula is not working at all. I have only 1 value as "Text1"
Best,![]()
Please Login or Register to view this content.
Jacek
Last edited by jaryszek; 08-30-2018 at 04:17 AM.
Hi Jacek,
It works for me even if data was not sorted.
Capture.PNG
And "0" is a part ofSEARCH($C$5:$C$11,H$1) will search for all values in $C$5:$C$11 within text in H1 and it returns the position or NA(), the position could be 1,2,3 ... but we just want to return all of it to 1 so we use "^0" to do that.![]()
Please Login or Register to view this content.
Aggregate with option 6 will remove all error values fromso we have only valid values.![]()
Please Login or Register to view this content.
My English is very bad so I can't explain more detail.
HTH.
Last edited by congnt92; 08-30-2018 at 04:54 AM. Reason: typo
congnt92,
thank you, my mistake this is working like a charm!
And your english is not bad ;-)
Best,
Jacek
Hi,
How can i eliminate duplicates here? (within formula of course)
Best,
Jacek
Last edited by jaryszek; 08-30-2018 at 06:47 AM.
Plz change it to
Capture.PNG![]()
Please Login or Register to view this content.
HTH.
Last edited by congnt92; 08-30-2018 at 07:27 AM. Reason: Upload IMG
wow thank you!!!
Best,
Jacek
Slight delay in replying!! My formula worked fine when the OR critieria were hard coded in to the formula with {}. They also work fine if the server names are in a ROW. But not, without some modification, if they are in a column. see the attached sheet. Ther version across at column X is probably best for you. It could allow you to select the server names from DD lists that you could set up in column W (no need to concatentate names)... it's happy with blank cells. The COUNTIF phrase allows the return of unique values only.
Formula:
Please Login or Register to view this content.
Glenn,
thank you very much, awesome formula.
Best,
Jacek
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks