I have data on Sheet Summary
I would like have tried to amend the formula so that if A46 contains "Sales Month End*" , then the result must be blank, otherwise return the result C46
The formula above returns 0
Kindly amend my formula
Code:
=IF(Summary!C46="","",(Summary!C46))
I would like have tried to amend the formula so that if A46 contains "Sales Month End*" , then the result must be blank, otherwise return the result C46
Code:
=IF(Summary!A46="Sales Month End*","",C46)
The formula above returns 0
Kindly amend my formula