Hey guys I am working on a very large data set, (200 columns, 750,000 rows). There are a few cells with the value -1 and I want to replace each of those cells based on the mode (highest repeating value) of that specific column and not just one standard thing for all -1's. For example -1 in column A be replaced by mode on column A, -1 in column B replaced by mode of column B.
Is there a way to deal with this without having to make new 200 columns and 750,000 rows using if function?
Thank you for your time.
Regards, InWoords