View Single Post
  #7   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

Well I just coulnd't pass up the chance to correct an MVP :)

Jean-Guy

"Rick Rothstein (MVP - VB)" wrote:

Yes, MIN, of course... I read "not more than" and immediately thought MAX
without paying enough attention to the rest of the words around it. Thanks
for noting that.

Rick


"Jean-Guy" wrote in message
...
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