View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jean-Guy Jean-Guy is offline
external usenet poster
 
Posts: 31
Default HOW DO I MULTIPLY BY A VALUE NOT MORE THAN A CERTAIN NUMBER

should be MIN(B1,38) right?

Jean-Guy

"Rick Rothstein (MVP - VB)" wrote:

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