Hi,
I have four integers stored in four variables. I need to sort these, and in a descending order put into appropriate cells (A1, B1, C1, D1). However, there also can be a string instead of one integer
I managed to find the integers, and store them into variables. I also managed to identify...