Hi there I'm working on excel template where
column E formula would be
=IFS(F8<$Q$3,F8*$P$3*$O$3,AND(F8>$Q$3,F8<$Q$4),F8*$P$3*$O$4,F8>$Q$4,F8*$P$3*$O$5)
this is working fine, but when column F is blank it shows #VALUE !, how can fix this to show blank.
also is there a way we can update...