C
CNA48
I am trying to create a shipping list from a long list of items. On
given row I have a column called "Descrition" and a column calle
"ship". On my shipping list I want to link to the "Descrition" colum
only if there is an "x" under the "ship" column. My formula is this
=IF(Sheet1!S9="X",Sheet1!E9,IF(Sheet1!S10="X",Sheet1!E10,IF(Sheet1!S11="X",Sheet1!E11,"")))
This is fine to go and find the first row that has an "x". My questio
is how do I format the next formula to go and start after it finds th
first "x" and so forth. I would appreciate any ideas. thank
given row I have a column called "Descrition" and a column calle
"ship". On my shipping list I want to link to the "Descrition" colum
only if there is an "x" under the "ship" column. My formula is this
=IF(Sheet1!S9="X",Sheet1!E9,IF(Sheet1!S10="X",Sheet1!E10,IF(Sheet1!S11="X",Sheet1!E11,"")))
This is fine to go and find the first row that has an "x". My questio
is how do I format the next formula to go and start after it finds th
first "x" and so forth. I would appreciate any ideas. thank