View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BELINDA BELINDA is offline
external usenet poster
 
Posts: 6
Default an exact number if a number is less than

i'll be doggone if that didn't work! THANKS a bunch.

"daddylonglegs" wrote:

If the current inventory amount is in A1 try this formula

=MAX(0,7-A1)

"Belinda" wrote:

e.g., my inventory qty should always be 7. if inventory is at 3, i want a
formula to put a 4 in the order column. how do i do that???