VegasVixen
New Member
- Joined
- Sep 4, 2011
- Messages
- 2
Hello & thanks in advance for your help!
I have a worksheet which is importing data off a webpage. The data I'm interested in is the football score which imports as "48-14".
I was created 2 new cells to get the data (score) separated as "points for" and "points against", using a formula like this:
=SUBSTITUTE(E23,RIGHT(E23,3),"") and =SUBSTITUTE(E23,LEFT(E23,3),""), so now I have 2 cells, one which has 48, the other 14
My problem is, as I get more game scores and they fill the column, I want to get the MEDIAN of the 4 scores and i get a #NUM error when trying to do the median function. Is it because I'm trying to do a function on the results of a function? I've even tried to move the number to another area by simply using "=" and creating a column of scores there to try to do the median function on but I can't get the median function to work on any data except numbers I actually type in.
Also, I have made sure all cells are formatted to Number > General, so it's not trying to perform it on a text cell.
Please advise, thank you!
I have a worksheet which is importing data off a webpage. The data I'm interested in is the football score which imports as "48-14".
I was created 2 new cells to get the data (score) separated as "points for" and "points against", using a formula like this:
=SUBSTITUTE(E23,RIGHT(E23,3),"") and =SUBSTITUTE(E23,LEFT(E23,3),""), so now I have 2 cells, one which has 48, the other 14
My problem is, as I get more game scores and they fill the column, I want to get the MEDIAN of the 4 scores and i get a #NUM error when trying to do the median function. Is it because I'm trying to do a function on the results of a function? I've even tried to move the number to another area by simply using "=" and creating a column of scores there to try to do the median function on but I can't get the median function to work on any data except numbers I actually type in.
Also, I have made sure all cells are formatted to Number > General, so it's not trying to perform it on a text cell.
Please advise, thank you!