![]() |
|
#1
|
|||
|
|||
|
Hi i´m doing something wrong. The last 3 days i have bin trying to get a value (red) from a row number (orange) and time in between to times (blue) Last edited by Diver; 02-13-2017 at 06:27 PM. |
|
#2
|
|||
|
|||
|
Hello & Welcome to the Forum,
I am not as young as I use to be, so could you post your workbook so I can see a little more clearly. That picture is small. |
|
#3
|
|||
|
|||
|
This is the best i can do.
|
|
#4
|
|||
|
|||
|
This is the best i can do.
|
|
#5
|
|||
|
|||
|
And thank you
|
|
#6
|
|||
|
|||
|
What is the best you can do? You can't attach a workbook?
|
|
#7
|
||||
|
||||
|
Click - Go advanced - Manage attachments and follow the wizard to post a sheet
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
#8
|
|||
|
|||
|
With row number (orange) in B22, time in B23 and the following in B24 (a helper cell):
="R"&MATCH(B22;B2:B17;0)+1&"C3:R"&MATCH(B22;B2:B17 ;0)+1&"C34" you can try the following: =INDEX(C18:AH18;MATCH(B23;INDIRECT(B24;0);0)) Last edited by xor; 02-14-2017 at 03:15 AM. |
|
#9
|
|||
|
|||
|
Please forget about #8. By mistake I forgot to change semicolons (which is my usual setting) in the last formula to commas.
I also think I misread your last words: and time in between to times Try this formula instead: =INDEX(C18:AH18,MATCH(B23,INDIRECT(B24,0),1)) If you want to avoid the helper cell you can try this formula: =INDEX($C$18:$AH$18,MATCH($B$23,OFFSET($C$1,MATCH( $B$22,$B$2:$B$17,0),,,32),1)) Last edited by xor; 02-14-2017 at 03:25 AM. |
|
#10
|
|||
|
|||
|
Thank you so much
|
|
| Tags |
| match/index, sumif, vlookup |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use CSV as search criteria for Outlook search folder | lonesoac0 | Outlook | 0 | 03-07-2016 02:31 PM |
| Search for date and then apply mutliple search criteria in huge dataset | maxtymo | Excel | 2 | 12-01-2013 04:52 AM |
Display if search criteria is not met
|
meppwc | Excel | 2 | 03-23-2013 10:48 AM |
| Search Folder sent to criteria | markstro | Outlook | 0 | 12-20-2011 02:47 PM |
| Criteria in Outlook Search | Nancy Grams | Outlook | 0 | 11-12-2009 03:03 PM |