4
I have a function =INDEX(Database!E$5:E$50,MATCH(TRUE,INDEX((Database!E$5:E$50<>0),0),0))
that searches a column, finds the first number and returns it. Right now it is ignoring cells in the column that have a value =0.
So, basically what's happening is that the function returns 22
as the first result instead of 0.00
.
I want it to ignore blank cells, but not cells with a value = 0 in them.
It's most likely a minor adjustment but I'm having a little difficulty. Thanks
Perfect. I Knew it was small. – andrewk – 2012-12-13T23:48:52.267