Hi! My sorting is not working for one of my tables. Here are my 3 parameters, explained.
- Sort by column “Buy Now?” Ascending.
- Not all of my rows have a “yes” or “no” answer, so I want the ones that have been answered to be at the top
- Sort by column “Quality Score” Descending.
- I would like the Buy Now’s that are marked “Yes” to be at the top, and these tend to have higher quality scores, so it puts the high quality scores at the top and the lower ones below them
- Sort by column “Comany” Ascending
Here is what I get, but this is not right. The “Visa” should be up top. Why is this?
- I would like the rest of my companies to be in alphabetical order.