Thread: If sum
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Debsdad Debsdad is offline
external usenet poster
 
Posts: 11
Default If sum

I have a spread sheet that has a safety stock quantity(Colum D4) and a
quantity on handColum C4). I would like to have the next colum (E4) state: if
quantity on hand is less than D4 then = C4-D4, but if C4 is equal or greater
than D4 then return with 0.
Thank you