Hello all
I am using below function to one my spread sheet, i almost got the solution but strucked in last bit, i need your help to solve this.
I am copying data from Cell "G" if it match with value existing in "H & I" cells. Until here everything is fine. Match will stop once it gets first result.
My requirement is How to run this Match funtion from G7 to G12 eventhough its true.
=IFERROR(INDEX((G$7:G$12),MATCH($H17,$I$7:$I$12,0)),"")
I am using below function to one my spread sheet, i almost got the solution but strucked in last bit, i need your help to solve this.
I am copying data from Cell "G" if it match with value existing in "H & I" cells. Until here everything is fine. Match will stop once it gets first result.
My requirement is How to run this Match funtion from G7 to G12 eventhough its true.
=IFERROR(INDEX((G$7:G$12),MATCH($H17,$I$7:$I$12,0)),"")