• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Get only Vlookup value without filter removal

karthidhamo

New Member
Hi Everyone.

I have an table with s.no 1 to 100. I get the value from 50 to 60 S. No's from another table by vlookup. Now my question is below..

A) Is it possible without removing filter ( common) and only get the vlookup value?
B) Simply in filter conditions how to be remove my Vlookup value in particular cell reference? Because I can do it only remove the filter. Pls confirm any solution/ ideas.
 
karthidhamo
As with Your previous threads,
please, reread Forum Rules
then You'll notice again - what should You do next?
 
Hi Everyone.

I have an table with s.no 1 to 100. I get the value from 50 to 60 S. No's from another table by vlookup. Now my question is below..

A) Is it possible without removing filter ( common) and only get the vlookup value?
B) Simply in filter conditions how to be remove my Vlookup value in particular cell reference? Because I can do it only remove the filter. Pls confirm any solution/ ideas.

Try this formula

=INDEX(B4:B19,MATCH(1,IF(SUBTOTAL(3,OFFSET(A4:A19,ROW(A4:A19)-ROW(A4),0,1))>0,IF(A4:A19=F2,1)),0)) into a cell where you want to locate the result, and then press Ctrl + Shift + Enter keys together, and you will get the corresponding value as you need

Hope this helps
 
Back
Top