This should be simple but I am new to if statements:
Column A has either a date or Pending or Not Taken type into the rows
If a particular row in Column A has a date then that same row in Column C should say "Funded"
If a particular row in Column A has Pending then that same row in Column C should say "Pending"
If a particular row in Column A has Not Taken then that same row in Column C should say "Not Taken"
How do I generated a working statement?
Column A has either a date or Pending or Not Taken type into the rows
If a particular row in Column A has a date then that same row in Column C should say "Funded"
If a particular row in Column A has Pending then that same row in Column C should say "Pending"
If a particular row in Column A has Not Taken then that same row in Column C should say "Not Taken"
How do I generated a working statement?