M
Mnas
how to multiply two cells of certain values uptil a maximum value eg.
multiply A1:B1 whereas B1 is not more than 38
multiply A1:B1 whereas B1 is not more than 38
Rick Rothstein (MVP - VB) said:Instead of using B1 in your multiplication, use MAX(B1,38) instead.
Rick