0

find my error!~! pLEASE

Can anyone tell me where the issue is with this? I am missing something and cant stare at it any longer. It is supposed to "check to see If H9 is empty, if so then check to see if the ACTUALNETWEIGHT is there and use it if it is, if its not there then it needs to check cell P9, if there is data in it, use it and if not use ESTIMATEDWEIGHT.

=IF($H9="",IF(NL("First","shpContents","ActualNetWeight","DataSource=","Traffic_Data","ShipmentID","@@"&$F9)>0,NL("First","shpContents","ActualNetWeight","DataSource=","Traffic_Data","ShipmentID","@@"&$F9)),IF($P9>0,$P9,NL("First","shpContents","EstimatedNetWeight","DataSource=","Traffic_Data","ShipmentID","@@"&$F9)))

13 comments

Please sign in to leave a comment.