Edited by HansV to present data in table format
Hello I have a table on one sheet, I would like to return on a row in another a few cell values from a row in the table. The ‘chosen’ row will be driven by two cell values in that row…in context:
A | B | C | D | |
1 | XX | YY | 30 | 40 |
2 | AA | BB | 30 | 10 |
3 | EE | FF | 40 | 10 |
4 | ZZ | LL | 40 | 9 |
I need to return a row for values in columns A and B to my other sheet for the lowest cell value in D provided the value in C for that row is 30. I.e from this table I need AA in A2 and BB B2 to be displayed on my other sheet since 10 is the lowest from D where the C value is 30.
Hope this makes sense, many thanks Darren.