close

Hi there,

Does this make sense?

Situation: Receive database in client format. I insert a key column,
number it sequentially so that I can put it back in order after manipulating
the data. I then add a formula on each row, example:
=IF(COUNTA(b3:m3)=0,quot;blank rowquot;,quot;quot;)

I then sort by this column to put all quot;blank rowquot; rows together, copy and
paste values into another worksheet, fill in pricing, etc., then copy the
data back into the original worksheet.

After this, I re-sort by the key column, delete the column with the If
statement above and the delete the key column to put the data back as sent.

Does anyone see a problem with doing it this way? I know I can create a VB
macro, but we are trying to avoid this for various reasons.

Thanks!

--
Thanks!

Dee

Is there a reason you copy to a different worksheet?

And if you could pick out a column that always has data on it if that row is
used, maybe you could just apply data|Filter|autofilter to that column. Then
filter to show the blanks and delete the visible rows. Then remove the filter.

This can have trouble under some circumstances. I'd do the the same thing as
you but using the original worksheet--with one additional step. I'd convert
that formula that returns quot;blank rowquot; to values before I sorted.

The fewer formulas, the faster things work.
dee wrote:
gt;
gt; Hi there,
gt;
gt; Does this make sense?
gt;
gt; Situation: Receive database in client format. I insert a key column,
gt; number it sequentially so that I can put it back in order after manipulating
gt; the data. I then add a formula on each row, example:
gt; =IF(COUNTA(b3:m3)=0,quot;blank rowquot;,quot;quot;)
gt;
gt; I then sort by this column to put all quot;blank rowquot; rows together, copy and
gt; paste values into another worksheet, fill in pricing, etc., then copy the
gt; data back into the original worksheet.
gt;
gt; After this, I re-sort by the key column, delete the column with the If
gt; statement above and the delete the key column to put the data back as sent.
gt;
gt; Does anyone see a problem with doing it this way? I know I can create a VB
gt; macro, but we are trying to avoid this for various reasons.
gt;
gt; Thanks!
gt;
gt; --
gt; Thanks!
gt;
gt; Dee

--

Dave Peterson

Hi and thanks for your response.

It is done on another sheet as it must then be uploaded into another system
that will input pricing automatically and it must be formatted in a specific
fashion. It then must be put back into the original worksheet and made to
look exactly as it was received before sending back to the client.

I like the extra idea of removing the formulas. Thanks - I will implement
it. Any other suggestions are welcome.

--
Thanks!

Deequot;Dave Petersonquot; wrote:

gt; Is there a reason you copy to a different worksheet?
gt;
gt; And if you could pick out a column that always has data on it if that row is
gt; used, maybe you could just apply data|Filter|autofilter to that column. Then
gt; filter to show the blanks and delete the visible rows. Then remove the filter.
gt;
gt; This can have trouble under some circumstances. I'd do the the same thing as
gt; you but using the original worksheet--with one additional step. I'd convert
gt; that formula that returns quot;blank rowquot; to values before I sorted.
gt;
gt; The fewer formulas, the faster things work.
gt;
gt;
gt;
gt; dee wrote:
gt; gt;
gt; gt; Hi there,
gt; gt;
gt; gt; Does this make sense?
gt; gt;
gt; gt; Situation: Receive database in client format. I insert a key column,
gt; gt; number it sequentially so that I can put it back in order after manipulating
gt; gt; the data. I then add a formula on each row, example:
gt; gt; =IF(COUNTA(b3:m3)=0,quot;blank rowquot;,quot;quot;)
gt; gt;
gt; gt; I then sort by this column to put all quot;blank rowquot; rows together, copy and
gt; gt; paste values into another worksheet, fill in pricing, etc., then copy the
gt; gt; data back into the original worksheet.
gt; gt;
gt; gt; After this, I re-sort by the key column, delete the column with the If
gt; gt; statement above and the delete the key column to put the data back as sent.
gt; gt;
gt; gt; Does anyone see a problem with doing it this way? I know I can create a VB
gt; gt; macro, but we are trying to avoid this for various reasons.
gt; gt;
gt; gt; Thanks!
gt; gt;
gt; gt; --
gt; gt; Thanks!
gt; gt;
gt; gt; Dee
gt;
gt; --
gt;
gt; Dave Peterson
gt;

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()