Posted this by mistake in the excel formula forum.
I do need a vba solution as in J9:J38 there is a data validation list that contains "Cash Withdrawal" as part of the list options
I'm looking for code that will loop though O9:O38 and if on any of those rows the first 4 characters = "Cash" then "Cash Withdrawal" will be put in the adjacent J9:J38 cell.
So if O15 = "Cash Deposit abcd " then "Cash Withdrawal" will be entered into J15
I do need a vba solution as in J9:J38 there is a data validation list that contains "Cash Withdrawal" as part of the list options
I'm looking for code that will loop though O9:O38 and if on any of those rows the first 4 characters = "Cash" then "Cash Withdrawal" will be put in the adjacent J9:J38 cell.
So if O15 = "Cash Deposit abcd " then "Cash Withdrawal" will be entered into J15