F
Fernando Duran
I have this formula
=IF(ISNA(INDEX($C$3:$C$5001,MATCH(F31,IF($B$3:$B$501=F3,$A$3:$A$501),0)
)),"",INDEX($C$3:$C$5001,MATCH(F31,IF($B$3:$B$501=F3,$A$3:$A$501),0)))
by using this formula, I get the freight for each carton... But now,
it's getting stupid, because, if I have 44 cartons, in the main
entery, I have to use 44 lines, to enter the weight of each carton,
then calculate in 44 lines and add the result to get the total
freight.
My question, is, Do we have a better way to do this?
=IF(ISNA(INDEX($C$3:$C$5001,MATCH(F31,IF($B$3:$B$501=F3,$A$3:$A$501),0)
)),"",INDEX($C$3:$C$5001,MATCH(F31,IF($B$3:$B$501=F3,$A$3:$A$501),0)))
by using this formula, I get the freight for each carton... But now,
it's getting stupid, because, if I have 44 cartons, in the main
entery, I have to use 44 lines, to enter the weight of each carton,
then calculate in 44 lines and add the result to get the total
freight.
My question, is, Do we have a better way to do this?