Eurekaonide
Active Member
- Joined
- Feb 1, 2010
- Messages
- 433
Hi
I have the below formula and something strange is happening. It works on one line but when I copy it down it just #N/A errors. Ive check that the cell formats are all general. they are not numbers they are a mix of text and numbers. Ive tried simple vlookups and they find the values one by one so I am baffled as to why its not working? any ideas please?
=LOOKUP(2,1/(('Forecasts'!$A$4:$A$900=$A4)*('Forecasts'!$J$4:$J$900=$J4)*('Forecasts'!$O$4:$O$900=$O4)),"OK")
or suggestions on a better way?
I am trying to check if each row in one sheet has a corresponding row in another sheet (Forecasts) as there maybe multiples of each item I need to check the 3 elements are all in the same row to be a match.
I have the below formula and something strange is happening. It works on one line but when I copy it down it just #N/A errors. Ive check that the cell formats are all general. they are not numbers they are a mix of text and numbers. Ive tried simple vlookups and they find the values one by one so I am baffled as to why its not working? any ideas please?
=LOOKUP(2,1/(('Forecasts'!$A$4:$A$900=$A4)*('Forecasts'!$J$4:$J$900=$J4)*('Forecasts'!$O$4:$O$900=$O4)),"OK")
or suggestions on a better way?
I am trying to check if each row in one sheet has a corresponding row in another sheet (Forecasts) as there maybe multiples of each item I need to check the 3 elements are all in the same row to be a match.