Jewells0905
New Member
- Joined
- Mar 10, 2024
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
- MacOS
I am trying to the copy the movie genre from column D if it's not empty, otherwise insert the text string "N/A" into Column E using ARRAYFORMUlA and IF. Here is the formula I'm using, which is working, however, it's producing TRUE or N/A instead of the movie title or N/A. I know this is a simple fix, but for the life of me can not get it to work.
=ARRAYFORMULA(IF(ISBLANK(D2),"N/A",ISTEXT(D2)))
=ARRAYFORMULA(IF(ISBLANK(D2),"N/A",ISTEXT(D2)))
Year | Length | Title | Genre | Genre2 | Actor |
1990 | 111 | Tie Me Up! Tie Me Down! | Comedy | TRUE | Banderas |
1991 | 113 | High Heels | Comedy | TRUE | Bosé |
1983 | 104 | Dead Zone | N/A | ||
1979 | 122 | Cuba | Action | TRUE | Connery |