stuckagain22
Board Regular
- Joined
- Aug 4, 2006
- Messages
- 183
I am trying to get the following formula to alphabetically sort data:
Cell A1: pear
Cell A2: apple
Cell A3: orange
cells A1:A3 are named as: data
The formula above results in: #N/A
Could someone please help me out with this.
Thanks.
Thanks.
Code:
=INDEX(data,MATCH(ROW(INDIRECT("1:"&ROWS(data)))-1,COUNTIF(data,"<" &data),0))
Cell A1: pear
Cell A2: apple
Cell A3: orange
cells A1:A3 are named as: data
The formula above results in: #N/A
Could someone please help me out with this.
Thanks.
Thanks.