Problem with vlookup, need a 3 column range lookup, ?

R

RubinaTT

=VLOOKUP(E2,'Fee Allocations'!$A$2:$D$6,IF(W2<=2,2,3),FALSE)

I am using this formula and am needing to add another range (column), but it
will not let a range work in the formula , IF(W2<=2,2,3,4),FALSE) Can the
formula have 3 column?
 
K

kassie

What criteria do you want to use for the "third column", or then the 2nd IF?
=VLOOKUP(E2,'Fee Allocations'!$A$2:$D$6,IF(W32<=2,2,IF(<what criteria>,3,"")))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top