cata2200
Board Regular
- Joined
- Jul 29, 2006
- Messages
- 60
Hello
I have a problem with one OFFSET formula.
I am defining a dynamic array, called "Vessels_Details", as:
=OFFSET('Monitoring Vessels'!$B$5, 0, 0, COUNTA('Monitoring Vessels'!$B$5:$B$200),50), thru Name Manager.
In a second sheet ("Lists") I am using this newly created array to locate few more details, with the formula:
=IF($B6="", "", IF(COUNTIF(Vessels_Details, Lists!B58)<>1, "Error", VLOOKUP(Lists!$B58, Vessels_Details, 3, FALSE)))
Strange, the value returned is not the same with the expected one, calculated with:
=IF(B6="", "", IF(COUNTIF('Monitoring Vessels'!$B$5:$BG$108, B6)<>1, "Error", VLOOKUP(B6, 'Monitoring Vessels'!$B$5:$BG$108, 3, FALSE)))
where the "Vessels_Details" is actually replaced be the entire array.
Where do I do a mistake?
Many thanks for assistance,
Catalin
I have a problem with one OFFSET formula.
I am defining a dynamic array, called "Vessels_Details", as:
=OFFSET('Monitoring Vessels'!$B$5, 0, 0, COUNTA('Monitoring Vessels'!$B$5:$B$200),50), thru Name Manager.
In a second sheet ("Lists") I am using this newly created array to locate few more details, with the formula:
=IF($B6="", "", IF(COUNTIF(Vessels_Details, Lists!B58)<>1, "Error", VLOOKUP(Lists!$B58, Vessels_Details, 3, FALSE)))
Strange, the value returned is not the same with the expected one, calculated with:
=IF(B6="", "", IF(COUNTIF('Monitoring Vessels'!$B$5:$BG$108, B6)<>1, "Error", VLOOKUP(B6, 'Monitoring Vessels'!$B$5:$BG$108, 3, FALSE)))
where the "Vessels_Details" is actually replaced be the entire array.
Where do I do a mistake?
Many thanks for assistance,
Catalin