B
billykiller05
How can I use 2 if functions together. My function is
=IF($U9<1,ROUND(AK9-(AK9*$U9),-2),ROUND(AK9-$U9,-2)) and if U9 is
greater than 1 and some of my cells in the range are 0 it gives me a
negative number. How can I add another if function to change the
negative numbers to zero?
=IF($U9<1,ROUND(AK9-(AK9*$U9),-2),ROUND(AK9-$U9,-2)) and if U9 is
greater than 1 and some of my cells in the range are 0 it gives me a
negative number. How can I add another if function to change the
negative numbers to zero?