A
aburnikel
I am attempting to pull data from another workbook. Here is my thoug
process on what I would like the function to do. I don't know if it i
possible or if I have to use VBA or another method.
if('cell from worksheet'<>"Inactive",return value of that cell,go t
next cell)
Basically, I have a list of names I would like to return, however, som
cell values are "INACTIVE", I would like to skip that cell and move t
the next cell that has an actual name. I know I can use the I
statement and return all the values, then sort and then delete thos
that are inactive - I plan on using a macro regardless, I just didn'
know if there was a "NEXT" function or "SKIP" function that might sav
me some time from bringing in unnecessary information.
any tips appreciated!!
Thanks,
Angi
process on what I would like the function to do. I don't know if it i
possible or if I have to use VBA or another method.
if('cell from worksheet'<>"Inactive",return value of that cell,go t
next cell)
Basically, I have a list of names I would like to return, however, som
cell values are "INACTIVE", I would like to skip that cell and move t
the next cell that has an actual name. I know I can use the I
statement and return all the values, then sort and then delete thos
that are inactive - I plan on using a macro regardless, I just didn'
know if there was a "NEXT" function or "SKIP" function that might sav
me some time from bringing in unnecessary information.
any tips appreciated!!

Thanks,
Angi