M
Marcy
C23=IF(ISBLANK('Merch Spec'!S3),"",('Merch Spec'!S3)
D23 is blan
E23= + sign (formatted as general
F23 is blan
G23==IF(ISBLANK('Merch Spec'!T3),"",('Merch Spec'!T3)
H23 is blan
I23==IF(ISBLANK('Merch Spec'!U3),"",('Merch Spec'!U3)
J23 has an = sign (formatted as general
I would like K23 to total C23+G23+I23 (formatted as currency) but would like it to be blank (or "-") if those three cells are not populated. However, when I used =If(isblank(C23,G23,I23),"-",sum(C23:I23)) I still get $0.00 as the result
How can I correct this, please
Thanks for your help
D23 is blan
E23= + sign (formatted as general
F23 is blan
G23==IF(ISBLANK('Merch Spec'!T3),"",('Merch Spec'!T3)
H23 is blan
I23==IF(ISBLANK('Merch Spec'!U3),"",('Merch Spec'!U3)
J23 has an = sign (formatted as general
I would like K23 to total C23+G23+I23 (formatted as currency) but would like it to be blank (or "-") if those three cells are not populated. However, when I used =If(isblank(C23,G23,I23),"-",sum(C23:I23)) I still get $0.00 as the result
How can I correct this, please
Thanks for your help