Hi Don,
below is the first part of my formula :
=IF(MATCH(B3,bookings!$B$7:$DB$55)=B3,"true","fals e")
and returns me #N/A
I think the problem is :
I have blank / text and formaula cells throughout the range b7:db55
any ideas please ?
thanks
steve
"Don Guillett" wrote:
Use MATCH to find the row and then -1 and INDEX the column match row,1
--
Don Guillett
SalesAid Software
"steve alcock" wrote in message
...
Hi team,
need big help here :
I want to be able to lookup from one worksheet with a value of 7191 on
sheet2
b6:db52, match the value ( 7191 ) then return me the cell information
directly above the matched cell, anyone any ideas please
thanks
steve