Lookup formula

M

Michael

Hi,

I have a lookup formula like this:

=IF(ISERROR(IF($D1="ruth baybutt",HLOOKUP(A$3,ruth
baybut!F:N,3,0),HLOOKUP(A$3,sheet1!F:N,3,0))),0,IF($D1="ruth
baybutt",HLOOKUP(A$3,ruthbaybutt!F:N,3,0),HLOOKUP(A$3,sheet1!F:N,3,0)))

So basically it is looking to see if cell d1 exists on the ruth baybut sheet
and if so looking up a formula on that sheet, if not then it is looking up
the formula on sheet1 instead.

Is there a quicker/smaller formula for doing this please?
 

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

Similar Threads


Top