Posts by mixelsan • 47 points
2 posts
-
-1
votes2
answers209
viewsQ: Find values from a List and Replace in another list - Python
I am trying to search for elements of the A list in List B and replace it with another value if this element is found. How can I do this? A = ["Leao" , "Lobo" , "Largarto"] B = ["Cachorro" , "Leao"…
-
3
votes1
answer674
viewsQ: Copy and Paste data by date - Excel VBA
I need to move some data from one sheet to the other according to the date, but the sealing I made using the IF command only selects the last cell that reaches this criterion ignoring the others.…