Recent Feedback
I need an Excel formula to do the following:If the value in cell H4 is greater than 0,Search cells AC525 to AC779 to match the number in H4When a match is found, enter the value from the matched cell immediately to the left of the AC cell (AB) into cell G4.
Hi,
Here you go
=IF(H4>0,INDEX(AB525:AB779,MATCH(H4,AC525:AC779,0)),"")
Hope this is ok. Let me know if you have any questions
Experience: Math, science and 25 years experience in computer programming