My mistake,
Column O contains a formula to calculate the week number like in cell
O3
=VLOOKUP(F3,'Static data'!$B$4:$C$34,2,FALSE)
This showed an #N/A value in rows that were imcomplete, this caused the
#N/A value. I've changed the VLOOKUP to
=IF($F3=0,"",VLOOKUP(F3,'Static data'!$B$4:$C$34,2,FALSE))
To remove the #N/A value, and everything is fine, thanks all for the
help.
--
DKerr
------------------------------------------------------------------------
DKerr's Profile:
http://www.excelforum.com/member.php...o&userid=13087
View this thread:
http://www.excelforum.com/showthread...hreadid=515253