I would like to perform automatic sorting on a large amount of data that is created automatically.
The only way I can think of to sort it out is to add many control functions, but if you have any good ideas for a solution, please let me know.
The policy of my team prohibits the use of power automate for desktop. I would like to use the cloud version.
If column A contains the letter “ABC” and column C contains the letter “123”, then put the number “1” in column E,
Put the number “2” in column E if column A contains the letters “ABC” and column C contains the letters “124”,
If column A contains the letter “DEF” and column C contains the letter “123”, insert the number “3” in column E.
If column A contains the letter “DAF” and column C contains the letter “223”, insert the number “4” in column E. ・・・・ etc.