excelnewbielearning
New Member
Hello again,
Having some issues displaying my values.
One sheet has information such as a product id, date of booking, hours booked and its available amount left along with other information.
The second sheet is the availability sheet - this is where I compare the product id, date and hours to show how much of the product is available for that time (number between 0-1).
I have provided an example file of what my problem is, it might help clarify what iv tried.
I tried two formulas based on previous help from here, but I think my referencing or order might be wrong. Please help in any way...not sure where I have gone wrong.
Tried this formula: =IFERROR(INDEX(Table1[Available], MATCH(C$4 & $B5 & $B$1, Table1[Dates] & Table1[Hours] & Table1[[ID ]], 0)), "")
Also tried this formula: =IFERROR(LOOKUP(2,1/('Sheet 1'!$C$2:$C$21=$B5)/('Sheet 1'!$B$2:$B$21=C$4)/('Sheet 1'!$A$2:$A$21=B$1),'Sheet 1'!$G$2:$G$21),"")
Best
Having some issues displaying my values.
One sheet has information such as a product id, date of booking, hours booked and its available amount left along with other information.
The second sheet is the availability sheet - this is where I compare the product id, date and hours to show how much of the product is available for that time (number between 0-1).
I have provided an example file of what my problem is, it might help clarify what iv tried.
I tried two formulas based on previous help from here, but I think my referencing or order might be wrong. Please help in any way...not sure where I have gone wrong.
Tried this formula: =IFERROR(INDEX(Table1[Available], MATCH(C$4 & $B5 & $B$1, Table1[Dates] & Table1[Hours] & Table1[[ID ]], 0)), "")
Also tried this formula: =IFERROR(LOOKUP(2,1/('Sheet 1'!$C$2:$C$21=$B5)/('Sheet 1'!$B$2:$B$21=C$4)/('Sheet 1'!$A$2:$A$21=B$1),'Sheet 1'!$G$2:$G$21),"")
Best