Sorting Data

  • Thread starter Thread starter Harley
  • Start date Start date
H

Harley

My formula =If(d5=0,0,a2-i5) generates number of days in inventory if there
is a value in column d. When attempting to sort the results from shortest to
longest number of days, I lose the formula results due to a Ref error. How
can I correct this problem?

thanks,
harley
 
Probably a typeo...........

a2 should be a5

=If(d5=0,0,a5-i5)

Vaya con Dios,
Chuck, CABGx3
 
if a2 is something like today's date, make it $a$2 so it doesn't move when
you sort.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help !!! 2
formula help 3
GETPIVOTDATA #REF! error XL2003/2010 1
Profit sharing 8
Cut and Paste 1
Sorting percentages 2
Simple Petty Cash Sheet ? 2
IF OR help 5

Back
Top