Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Jacob Thankyou very much for solving and working on my Issue, It works perfectly. Cheers Steved "Jacob Skaria" wrote: You have multiple conditions to match. You will need to use a array formula as below In current worksheet B4 = 8431 C4 = 510 In D4 enter the formula (all in one line). Please note that this is an array formula. Within the cell in edit mode (F2) paste this formula and press Ctrl+Shift+Enter to apply this formula. If successful in 'Formula Bar' you can notice the curly braces at both ends like "{=<formula}" =INDEX('Duties Mon-Fri'!$B$2:$B$5000,MATCH(1,('Duties Mon-Fri'!$C$2:$C$5000=B4)*('Duties Mon-Fri'!$D$2:$D$5000=C4),0)) If this post helps click Yes --------------- Jacob Skaria "Steved" wrote: Hello from Steved The Below Is giving me a #VALUE! What is required please to give me a result. I need to use 2 columns in each worksheet to get a result. Index B4:C4 "In current worksheet" Match $C$2:$D$5000 in ""Duties Mon-Fri Worksheet"" Result $B$2:$B5000 in "Duties Mon-Fri Worksheet" =INDEX('Duties Mon-Fri'!$B$2:$B5000,MATCH(B4:C4,'Duties Mon-Fri'!$C$2:$D$5000,0)) Current Worksheet contains the values Col B:B and C:C 8431 and 510 Duties Mon-Fri Worksheet contains the values Col C:C and D:D 8431 and 510 The result is in COL B:B in Duties Mon-Fri Worksheet The result should be 4301 but it gives me #VALUE! Thankyou. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Exact Match using INDEX, MATCH | Excel Worksheet Functions | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions | |||
index,match,match on un-sorted data | Excel Worksheet Functions |