This is the formula that im currently using but I'm hoping someone can help me modify it.
=LEFT(LOOKUP(2,1/(Raw!$A$2:$A$5000&Raw!$B$2:$B$5000=$A8&I$6),Raw!$L$2:$L$5000))
This lookup works great, but im looking for it to find the last non-zero value.
For example my table looks something like this:
Colour Status
Red Pass
Blue Fail
Green
Red
Blue Pass
Green Fail
In this case using that formula to search for Red will result in a 0 as the last Red doesn't have a Status, but what I would like it to do is find the last non-zero value. Can anyone help me?
=LEFT(LOOKUP(2,1/(Raw!$A$2:$A$5000&Raw!$B$2:$B$5000=$A8&I$6),Raw!$L$2:$L$5000))
This lookup works great, but im looking for it to find the last non-zero value.
For example my table looks something like this:
Colour Status
Red Pass
Blue Fail
Green
Red
Blue Pass
Green Fail
In this case using that formula to search for Red will result in a 0 as the last Red doesn't have a Status, but what I would like it to do is find the last non-zero value. Can anyone help me?