Forum Discussion

erin-5304's avatar
erin-5304
Brass Contributor
Apr 22, 2022
Solved

Formula Trouble

Here is the situation:   If E36:I36 are empty, then the cell stays blank; if E36:I36 add to greater than 5000, then that sum needs to multiply by .40 cents; if that sum is less than or equal to 500...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 22, 2022

    erin-5304 

    As variant

    = LET( s, SUM(E36:I36), IF( s, IF( s <=5000,1500, s*J36), 0 ) )

Resources