L
Lisa M
Hello, I was wondering if someone could help me complete th
following.
I need to look up a values of A2 & B2 in sheet 2 and return the value i
sheet 1 D2
Sheet 1 - Column B and C are data validation dropdown list.
A B C D
Date From To # Miles
Burr Holland Hill #N/A
Sheet 2
A B C
Burr Burr 0
Burr Dwight 2.8
Burr Holland Hill 5
Burr Jennings 4.4
Example
A B C D
Date From To # Miles
Burr Holland Hill 5
I trie
=INDEX(Sheet2!C1:C4,MATCH(1,IF(Sheet2!A1:A4=C15,IF(Sheet2!B1:B4=F15,1)),0)
using control, shift enter and I end up with N/A in Sheet 1 D2.
Thank you
following.
I need to look up a values of A2 & B2 in sheet 2 and return the value i
sheet 1 D2
Sheet 1 - Column B and C are data validation dropdown list.
A B C D
Date From To # Miles
Burr Holland Hill #N/A
Sheet 2
A B C
Burr Burr 0
Burr Dwight 2.8
Burr Holland Hill 5
Burr Jennings 4.4
Example
A B C D
Date From To # Miles
Burr Holland Hill 5
I trie
=INDEX(Sheet2!C1:C4,MATCH(1,IF(Sheet2!A1:A4=C15,IF(Sheet2!B1:B4=F15,1)),0)
using control, shift enter and I end up with N/A in Sheet 1 D2.
Thank you