D
djeans
I have a spreadsheet that calculates check averages for sales persons.
Column a contains salespersons name, column b is their check average.
Column b contains a formula to return a blank cell if the salesperson
hasn't worked yet ie,
=IF(ISERROR(AVERAGE(C154:I154)),"",AVERAGE(C154:I154)). I have it set
up to sort by descending so that the salesperson with the highest check
average is at the top of the list. The problem, is that the blank cells
(salespersons who havent worked this week) are being sorted above the
cells with numbers in them. How do I fix this problem so that the empty
cells are sorted at the bottom?
I have tried changing the error formula to return a 0 if there are no
numbers to average, but they 0's still sort above the other numbers.
Please help
Thanks
Darron
Column a contains salespersons name, column b is their check average.
Column b contains a formula to return a blank cell if the salesperson
hasn't worked yet ie,
=IF(ISERROR(AVERAGE(C154:I154)),"",AVERAGE(C154:I154)). I have it set
up to sort by descending so that the salesperson with the highest check
average is at the top of the list. The problem, is that the blank cells
(salespersons who havent worked this week) are being sorted above the
cells with numbers in them. How do I fix this problem so that the empty
cells are sorted at the bottom?
I have tried changing the error formula to return a 0 if there are no
numbers to average, but they 0's still sort above the other numbers.
Please help
Thanks
Darron