View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rick Rothstein \(MVP - VB\)[_180_] Rick Rothstein \(MVP - VB\)[_180_] is offline
external usenet poster
 
Posts: 1
Default HOW DO I MULTIPLY BY A VALUE NOT MORE THAN A CERTAIN NUMBER

Instead of using B1 in your multiplication, use MAX(B1,38) instead.

Rick


"Mnas" wrote in message
...
how to multiply two cells of certain values uptil a maximum value eg.
multiply A1:B1 whereas B1 is not more than 38