Nested Functions-revised question

rsw8679

New Member
Joined
Mar 24, 2002
Messages
5
Revised question from yesterday
Work Sheet 1 looks like this:
D3=4", F3=8", A11=8, C11=1977, F11=*, A12=8, C12=1984, D12=*; WHERE *=value to lookup from Work Sheet 2.
Work Sheet 2 looks like this and is sorted in ascending order by columns A & B:
A9=8, B9=1977, C9=8", D9=32
A10=8, B10=1984, C10=4", D10=263
The desire is to populate Work Sheet 1 with F11=32 and D12=263.
I am assuming I will have to use nested IF, LOOKUP functions, but have been unable to get the right combinations, error free.
Any help is greatly appreciated
Randy
This message was edited by rsw8679 on 2002-03-26 09:32
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Here's something ugly but effective:

On Sheet 2, insert a column D between C and old column D and populate it like this:
D8: = A8 & B8 & C8

Now, on Sheet 1, the cells on D and F would be:
F11=VLOOKUP($A11&$C11&F$4,Sheet2!$C$2:$D$999,2,False)
D12=VLOOKUP($A12&$C12&D$4,Sheet2!$C$2:$D$999,2,False)

HTH


_________________
"Interfere? Of course we should interfere! Always do what you're best at, that's what I say!" -- The Doctor, Nightmare of Eden
This message was edited by Tim Francis-Wright on 2002-03-26 10:47
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,572
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top