between numbers

  • Thread starter Thread starter rumkus
  • Start date Start date
R

rumkus

Hi All

My work sheet 1 contains below columns ( ticket log )

Sale person name begin no end number
Person 1 1 100
Person 2 101 200
Person 3 601 700

Sheet 2 contains sales

Ticket no sales person activity
177 ?

What kind of formula can I put on B column to track down sales person
name ?

Thank you in advance.
 
=INDEX(Sheet1!A1:A4,MATCH(1,(Sheet1!B1:B4<=A11)*(Sheet1!C1:C4>=A11),0))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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


Back
Top