Hey Gang,
Having a hard time working out the right syntax for this.
I have a working formula that checks if a cell (5th column) in another sheet is not blank.
If it's not blank, it places an asterisk in the cell holding the formula
=IF(VLOOKUP($B4,'Other Sheet Name'!$B$4:$S,5,False)<>"","*","")
I need to expand on this, and check if either of 2 cells is blank
So same formula, but....
Check if cell 5 OR 10 (in the other sheet) has a value
If either (doesn't have to be both) has a value then place an asterisk in the cell holding the formula
I'm just having a tough time getting the formula syntax correct for that.
Thanks so much for any help or advice.
-Dave
Having a hard time working out the right syntax for this.
I have a working formula that checks if a cell (5th column) in another sheet is not blank.
If it's not blank, it places an asterisk in the cell holding the formula
=IF(VLOOKUP($B4,'Other Sheet Name'!$B$4:$S,5,False)<>"","*","")
I need to expand on this, and check if either of 2 cells is blank
So same formula, but....
Check if cell 5 OR 10 (in the other sheet) has a value
If either (doesn't have to be both) has a value then place an asterisk in the cell holding the formula
I'm just having a tough time getting the formula syntax correct for that.
Thanks so much for any help or advice.
-Dave