G
Guest
Hi All.
I am using an Offset forumula to bring back data in a rank ordered format.
I am using the following formula, which is working fine:
=OFFSET($V$1,MATCH(ROW()-1,LocationRankList,0),-2)
However, the file that this is in is going to be used as a template, for an
automated workbook (to be used with many different sets of data). On other
occasions though the list (locationranklist) will be shorter than on the
original one.
Where data is then not included (because the list is shorter) it brings back
a zero. i do not want to be able to see zero's as charts are being produced
from the data and I do not want these entries to be on them.
I think that I need to use an If statment in my formula to say that if a
zero is present in the original data then not to display anything.
Does anyone know how to do this?
I am using an Offset forumula to bring back data in a rank ordered format.
I am using the following formula, which is working fine:
=OFFSET($V$1,MATCH(ROW()-1,LocationRankList,0),-2)
However, the file that this is in is going to be used as a template, for an
automated workbook (to be used with many different sets of data). On other
occasions though the list (locationranklist) will be shorter than on the
original one.
Where data is then not included (because the list is shorter) it brings back
a zero. i do not want to be able to see zero's as charts are being produced
from the data and I do not want these entries to be on them.
I think that I need to use an If statment in my formula to say that if a
zero is present in the original data then not to display anything.
Does anyone know how to do this?