Original code ...

=IF(A19,$G$5,FALSE)

... need to return blank if cell A19 is empty

=IF(ISBLANK(A19,A:G,FALSE),"",(ISBLANK(A19,$G$5,FALSE)))

... tried this but with no luck