Here’s my IF:
=IF(B3>0,SUM(D3*B3),"-")
Cell Data is:
B3 = 4
D3 = 14.99
show my IF should give me 59.96, instead it just says TRUE. What am I doing wrong here? I want the numeric value to be displayed, not whether the first part of my if is TRUE/FALSE