I'm writing a database from a questionnaire, and I need certain cells to show a warning when another cell is blank and when is not certain values (like a drop-down list), how can I do that?
I'm actually using =not(isblank($AU2))
for the blank part, but now I need the drop-down list or something like that