S
Susan
I am trying to calculate a delivery date based on an vessel departure date on
my worksheet (K512) and the location (N512), adding a specific number of day
for each location. My formula is below, and I continue to get a #VALUE! error.
IF(N512="AR",SUM(K512+25)),"",IF(N512="CA",SUM(K512+15)),"",IF(N512="FL",SUM(K512+33)),"",IF(N512="IL",SUM(K512+25)),"",IF(N512="PA",SUM(K512+31))))
I've spent 2 hours on this one formula - help please!
my worksheet (K512) and the location (N512), adding a specific number of day
for each location. My formula is below, and I continue to get a #VALUE! error.
IF(N512="AR",SUM(K512+25)),"",IF(N512="CA",SUM(K512+15)),"",IF(N512="FL",SUM(K512+33)),"",IF(N512="IL",SUM(K512+25)),"",IF(N512="PA",SUM(K512+31))))
I've spent 2 hours on this one formula - help please!