Scattered Cell entries into one Column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What I have is scattered cells entries. Each row has an entry I want in a
specific new column. I am working with 'Excel 2003' and don't know squat
about programing. I have tried filtering and do seem lost at this point to
consolidate all this data in cells to a specific column. Can anyone advise
me on how, step by step?
 
If there is only one numeric entry per row, select the first empty
column on the right and sum across all of the columns to the left.
That will just sum to the lone row value in the new single column.
Then copy the formula down all the data rows. You can copy-paste as
values the new column if you want to decouple the values from the
original data.

SteveM
 
Larry
This isn't progrmming help, but on the sheet,
if your entries are scattered in cols B-D,
put zzz in col E
and =HLOOKUP("zz",B1:D1,1,TRUE) in col A
D-C Dave
 
[why put xxx in col E?]
Larry
This isn't progrmming help, but on the sheet,
if your entries are scattered in cols B-D,
put =HLOOKUP("zz",B1:D1,1,TRUE) in col A
D-C Dave
 

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

Back
Top