A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I need help with writing a formula that will calculate the Heavy label, based on the Mass(kg) and the Heavy Mass Threshold Criteria in the Shipping Information sheet. 1 represents a heavy package, and 0 represents not heavy. A mass of 50kg OR heavier is considered as heavy. I have only been able to write the formula manually by stating =IF(D4>=50,1,0). How do I go about including the shipping information in my formula?
Hi kaytam,
Can you elaborate on
" How do I go about including the shipping information in my formula?"
What does that mean? There's something missing in how you are describing that particular verbiage.
What is the process that you haven't mentioned?
Could it be
IF('Shipping Information'!$B$4>=50, 1,0)?
by the way you need to remove the > in the shipping information and just put 50 in that cell.
cheers