I've got a dataset with the following columns:
UniqueID | Date | Action
[Ex: U123 | 12/1/16 | purchased widget]
I need a formula to put in each row that will tell me what step it is for that unique id. I the example above, if "purchase widget" was the 5th thing U123 did, the formula would return "5".
I thought maybe I could use an array function with SMALL and IF, but haven't been able to find a way to make it work. Thanks!
UniqueID | Date | Action
[Ex: U123 | 12/1/16 | purchased widget]
I need a formula to put in each row that will tell me what step it is for that unique id. I the example above, if "purchase widget" was the 5th thing U123 did, the formula would return "5".
I thought maybe I could use an array function with SMALL and IF, but haven't been able to find a way to make it work. Thanks!