Hi, Once again I am trying to do something that should be simple but I can't figure it out myself and would appreciate any help you can give.
I have written the following simple formula
=IF(ISBLANK(F2),"Outstanding","Paid") in Column G to show the status of our invoices
This is a dynamically growing list of data from another worksheet.
What I can't figure out is how do a formula that will First check if there is anything in the First column (a) and if there isn't, then don't do anything, but if there is do the formula above.
Since I have copied the formula above down multiple rows ready for when data is added I have a column full of "Outstanding" in the empty rows which is unsightly and annoying so I would love some help to sort this out.