Disarmonious
Board Regular
- Joined
- Oct 31, 2016
- Messages
- 144
Hello,
I'm working with 3 cells on this question. I want cell (G6) to display a left arrow ("×" with 'Wingdings' font) and when a name is typed or pasted into cell (E6), I then want a right arrow ("Ø" with 'Wingdings' font) to replace the left arrow in this cell, where when the user enters a number into cell (I6), this arrow (both arrows) will disappear, and the cell be blank. I've been trying to create this formula for an hour or so, and it's driving me crazy. I know there's a simple formula out there? Here's what I have so far;
Cell G4: =IF(ISTEXT(E6),"Ø",IF(ISNUMBER(I6),"","×"))
Of course, this formula doesn't tell cell (G6) to display nothing when information is entered into cells (E6) and (I6)
I'm working with 3 cells on this question. I want cell (G6) to display a left arrow ("×" with 'Wingdings' font) and when a name is typed or pasted into cell (E6), I then want a right arrow ("Ø" with 'Wingdings' font) to replace the left arrow in this cell, where when the user enters a number into cell (I6), this arrow (both arrows) will disappear, and the cell be blank. I've been trying to create this formula for an hour or so, and it's driving me crazy. I know there's a simple formula out there? Here's what I have so far;
Cell G4: =IF(ISTEXT(E6),"Ø",IF(ISNUMBER(I6),"","×"))
Of course, this formula doesn't tell cell (G6) to display nothing when information is entered into cells (E6) and (I6)