I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.I'd like to be able to sort this by position and value.I know there is an excel command to ignore the letter and/or number. Can someone tell me how to do this?TIA
He used to, but it doesn't look like he did that this time.You should be able to use the concatenate function which will allow you to ignore the characters after the two character position ID. Then you can sort by position. May have to make some adjustments for Kickers if that character ID is only one character.I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.I'd like to be able to sort this by position and value.I know there is an excel command to ignore the letter and/or number. Can someone tell me how to do this?TIA
Sort the whole list by Column B. This will separate them by position. Then go and sort each position block by Column A.He used to, but it doesn't look like he did that this time.You should be able to use the concatenate function which will allow you to ignore the characters after the two character position ID. Then you can sort by position. May have to make some adjustments for Kickers if that character ID is only one character.I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.I'd like to be able to sort this by position and value.I know there is an excel command to ignore the letter and/or number. Can someone tell me how to do this?TIA
You lost me here ...Yeah, they had the information by position last year.He used to, but it doesn't look like he did that this time.You should be able to use the concatenate function which will allow you to ignore the characters after the two character position ID. Then you can sort by position. May have to make some adjustments for Kickers if that character ID is only one character.I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.
I'd like to be able to sort this by position and value.
I know there is an excel command to ignore the letter and/or number.
Can someone tell me how to do this?
TIA
I think the problem is that the position ID has a number after it (ie., RB1, RB2, etc.), so you can't just sort by position. First, you have to remove the number after the two character position ID. So, the concatenate function in Excel lets you remove unwanted characters from a cell, or column. You'll have to look it up in Excel to get the formula right because I don't quite remember, but it will let you keep a certain amount of characters, in this case two, from a cell, and omit anything after those first two characters.Add a column in next to the position column. Use the Concatenate function from Excel to drop any characters after the two character position ID. Then, sort the new column by the position ranking.Sort the whole list by Column B. This will separate them by position. Then go and sort each position block by Column A.He used to, but it doesn't look like he did that this time.You should be able to use the concatenate function which will allow you to ignore the characters after the two character position ID. Then you can sort by position. May have to make some adjustments for Kickers if that character ID is only one character.I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.I'd like to be able to sort this by position and value.I know there is an excel command to ignore the letter and/or number. Can someone tell me how to do this?TIA
Okay, sorry guys, I was confusing the functions. Concatenate allows you to merge two cells. We want to eliminate text from a column of cells. It's the LEFT function which allows you to keep a certain number of characters from a cell, and omit the rest. So, you'll effectively remove the number at the two position code so RB1, RB2 will only read as RB. The formula is =LEFT(B1, 2) where B1 is the column with the new positional ranks, and 2 is the number of characters you want to keep. Then just copy that formula down. Then sort each position by trade value or column A to get the relative ranking by position.I think the problem is that the position ID has a number after it (ie., RB1, RB2, etc.), so you can't just sort by position. First, you have to remove the number after the two character position ID. So, the concatenate function in Excel lets you remove unwanted characters from a cell, or column. You'll have to look it up in Excel to get the formula right because I don't quite remember, but it will let you keep a certain amount of characters, in this case two, from a cell, and omit anything after those first two characters.Add a column in next to the position column. Use the Concatenate function from Excel to drop any characters after the two character position ID. Then, sort the new column by the position ranking.Sort the whole list by Column B. This will separate them by position. Then go and sort each position block by Column A.He used to, but it doesn't look like he did that this time.You should be able to use the concatenate function which will allow you to ignore the characters after the two character position ID. Then you can sort by position. May have to make some adjustments for Kickers if that character ID is only one character.I thought they usually put it out in 2 tables - 1 overall and other by positionI see he has them posted by overall value.I'd like to be able to sort this by position and value.I know there is an excel command to ignore the letter and/or number. Can someone tell me how to do this?TIA
Doesn't he need to specify the number of characters he wants to keep, in this case 2?So, the formula would be =left(b2,2)?Import into excel. Should be six columnsin g2 insert "=left(b2)" without the quotescopy this all the way downsort by g ascending then by a ascending