Hello All!
I've got a problem with the formula I've made
it checks two cells for 2 values and If true returns the value stored on the history tab, which is great when the true value is there, when the cell w4 is blank, then I want the formula to not return anything. Just a blank cell
I think what I'm looking for is a nested if statement?
thanks for any help!
=IF(AND(W4="NC",V4="A"),"",'MIMI History'!V3)
I've got a problem with the formula I've made
it checks two cells for 2 values and If true returns the value stored on the history tab, which is great when the true value is there, when the cell w4 is blank, then I want the formula to not return anything. Just a blank cell
I think what I'm looking for is a nested if statement?
thanks for any help!
=IF(AND(W4="NC",V4="A"),"",'MIMI History'!V3)