Currently, i have a table with multiple columns. And I want to compare the values in columns name "beneficiary name" and "sender name" using IF function
And i want to do this until the very last row of the available data
the expected outcome is :
If the value in beneficiary name = value in sender name , then it will return value as "own" else it will return as "third party"
P/s : I have alrdy create a VBA to automatically add a column name "type" at the right of the table
And now i wan the value for the IF function show in this column.
And i want to do this until the very last row of the available data
the expected outcome is :
If the value in beneficiary name = value in sender name , then it will return value as "own" else it will return as "third party"
P/s : I have alrdy create a VBA to automatically add a column name "type" at the right of the table
And now i wan the value for the IF function show in this column.