Even if there is a solution here, I can't find it, so apologies in advance. My problem is the following. I have 4 columns (A,B,C,D) that have 10 distinct words in them in rows 1-10. I was trying to calculate how many 4-word combinations there are when the condition is that only one word can be selected from each column.
One similar example that I found suggests that the answer might be 40*35*30*25*20, which equals 21 million, but I don't know if it's accurate as the number is quite large. Can anyone please help me out with this?