Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default at if "delete" formula


I downloaded a huge file in to excel. I selectively need to delete some
entries which in this case are all in "rows" NOT columns. Is there a
formula to do this?
Example
A B C
1.J.Smith 12/01/95 Active
rose - flower
2. D. Aaron 1/2/08 Active
Pink - flower
3. G. Stephen 9/04/04 Inactive
rose and pink -flower
What I want to do is sort a) by type of flower they sale b) select
when they sale more than one product c) by hire date.
The file has 185 employees. Each person's info is in two rows. Sort to
be done by the second row only.




--
ab3d4u
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 419
Default at if "delete" formula

ab3d4u,

First, I would say that you need to "normalize" this data by getting each
persons info on one row. After that, the rest of the stuff will be easier
to do.

I would get the rose/flower info in column D. If your data starts in row 1
with no column headers/labels, then insert a row before row 1. Now your
data starts in row 2 with row 1 being blank. Select just the data in colum
A, so from your description, you should select cells A2 to A371 (after
inserting a blank row). Copy and paste into cell D1. In E1 enter this
formula:

=isodd(row())

I would now insert another blank row before row 1 and throw in column
lables/headers into A1:E1. Put anything you want in there, they will get
deleted later. Select A3. Turn on Auto Filter (click Data menu Filter
AutoFilter). Filter column E for TRUE. Select all data (A3:E372). Select
only visible data ([Alt] + [;:]). Delete cells/rows ([Ctrl] + [Shift] +
[=+]). Unfilter, turn off Auto Filter, remove extra rows at the top, remove
column E, and fill in column headers appropriately.

After that is all done, then we can work on the other stuff.

HTH,

Conan





"ab3d4u" wrote in message
...

I downloaded a huge file in to excel. I selectively need to delete some
entries which in this case are all in "rows" NOT columns. Is there a
formula to do this?
Example
A B C
1.J.Smith 12/01/95 Active
rose - flower
2. D. Aaron 1/2/08 Active
Pink - flower
3. G. Stephen 9/04/04 Inactive
rose and pink -flower
What I want to do is sort a) by type of flower they sale b) select
when they sale more than one product c) by hire date.
The file has 185 employees. Each person's info is in two rows. Sort to
be done by the second row only.




--
ab3d4u



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 419
Default at if "delete" formula

If, you have column headers to begin with, adjust my instructions as
necessary in order to achieve the same results.






"Conan Kelly" wrote in message
...
ab3d4u,

First, I would say that you need to "normalize" this data by getting each
persons info on one row. After that, the rest of the stuff will be easier
to do.

I would get the rose/flower info in column D. If your data starts in row
1 with no column headers/labels, then insert a row before row 1. Now your
data starts in row 2 with row 1 being blank. Select just the data in
colum A, so from your description, you should select cells A2 to A371
(after inserting a blank row). Copy and paste into cell D1. In E1 enter
this formula:

=isodd(row())

I would now insert another blank row before row 1 and throw in column
lables/headers into A1:E1. Put anything you want in there, they will get
deleted later. Select A3. Turn on Auto Filter (click Data menu Filter
AutoFilter). Filter column E for TRUE. Select all data (A3:E372).

Select only visible data ([Alt] + [;:]). Delete cells/rows ([Ctrl] +
[Shift] + [=+]). Unfilter, turn off Auto Filter, remove extra rows at the
top, remove column E, and fill in column headers appropriately.

After that is all done, then we can work on the other stuff.

HTH,

Conan





"ab3d4u" wrote in message
...

I downloaded a huge file in to excel. I selectively need to delete some
entries which in this case are all in "rows" NOT columns. Is there a
formula to do this?
Example
A B C
1.J.Smith 12/01/95 Active
rose - flower
2. D. Aaron 1/2/08 Active
Pink - flower
3. G. Stephen 9/04/04 Inactive
rose and pink -flower
What I want to do is sort a) by type of flower they sale b) select
when they sale more than one product c) by hire date.
The file has 185 employees. Each person's info is in two rows. Sort to
be done by the second row only.




--
ab3d4u





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default at if "delete" formula

Hello Conan,

I'm wondering if ab3d4u is aware that that the function =ISODD() is included
in Excel's Analysis Tool Pack as an Add-in. Doesn't the Tool Pack Add-in
have to be loaded before ab3d4u can call the ISODD function? Just wondering
if that might be holding things up for ab3d4u.

Lt. Dan


"Conan Kelly" wrote:

ab3d4u,

First, I would say that you need to "normalize" this data by getting each
persons info on one row. After that, the rest of the stuff will be easier
to do.

I would get the rose/flower info in column D. If your data starts in row 1
with no column headers/labels, then insert a row before row 1. Now your
data starts in row 2 with row 1 being blank. Select just the data in colum
A, so from your description, you should select cells A2 to A371 (after
inserting a blank row). Copy and paste into cell D1. In E1 enter this
formula:

=isodd(row())

I would now insert another blank row before row 1 and throw in column
lables/headers into A1:E1. Put anything you want in there, they will get
deleted later. Select A3. Turn on Auto Filter (click Data menu Filter
AutoFilter). Filter column E for TRUE. Select all data (A3:E372). Select
only visible data ([Alt] + [;:]). Delete cells/rows ([Ctrl] + [Shift] +
[=+]). Unfilter, turn off Auto Filter, remove extra rows at the top, remove
column E, and fill in column headers appropriately.

After that is all done, then we can work on the other stuff.

HTH,

Conan





"ab3d4u" wrote in message
...

I downloaded a huge file in to excel. I selectively need to delete some
entries which in this case are all in "rows" NOT columns. Is there a
formula to do this?
Example
A B C
1.J.Smith 12/01/95 Active
rose - flower
2. D. Aaron 1/2/08 Active
Pink - flower
3. G. Stephen 9/04/04 Inactive
rose and pink -flower
What I want to do is sort a) by type of flower they sale b) select
when they sale more than one product c) by hire date.
The file has 185 employees. Each person's info is in two rows. Sort to
be done by the second row only.




--
ab3d4u




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
conditional formula to show "open" or "closed" SBS Excel Worksheet Functions 6 January 28th 06 01:48 AM


All times are GMT +1. The time now is 12:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"