#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If functions

This is what I'm trying to do:

In column E I have a number ($ - and can be negative or positive numbers)
and in column F I have a percentage. I want to extract all informational
data on columns A through F in which column E is either greater or less than
+/- $3700 OR in which column F is greater than +/- 20%.

Essentially, the results would then NOT include anything under +/- $3700 AND
also under 20%.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default If functions

what do mean by extract?
if just show
in G1
enter
=if(or(abs(E1)3700,abs(F1).2),1,"")
copy down to end of data
use auto filter on Column G and select "*"
"LAndersen" wrote:

This is what I'm trying to do:

In column E I have a number ($ - and can be negative or positive numbers)
and in column F I have a percentage. I want to extract all informational
data on columns A through F in which column E is either greater or less than
+/- $3700 OR in which column F is greater than +/- 20%.

Essentially, the results would then NOT include anything under +/- $3700 AND
also under 20%.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default If functions

Checkout AutoFIlter:
Data Filter AutoFilter Custom

you can set up two criteria on the dollar amount and one criterium on the
percentage.

The filter will display only rows meeting all three cirteria.


--
Gary's Student
gsnu200707


"LAndersen" wrote:

This is what I'm trying to do:

In column E I have a number ($ - and can be negative or positive numbers)
and in column F I have a percentage. I want to extract all informational
data on columns A through F in which column E is either greater or less than
+/- $3700 OR in which column F is greater than +/- 20%.

Essentially, the results would then NOT include anything under +/- $3700 AND
also under 20%.

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If functions

You are awesome!!! Thank you! That is one feature of Excel I'm horrible
about remembering - I always want to put in a formula!

Now...here is my next question...once I have all the data filtered - can I
copy and paste that data into another workbook without also pasting the
hidden rows?

Thanks!

"Gary''s Student" wrote:

Checkout AutoFIlter:
Data Filter AutoFilter Custom

you can set up two criteria on the dollar amount and one criterium on the
percentage.

The filter will display only rows meeting all three cirteria.


--
Gary's Student
gsnu200707


"LAndersen" wrote:

This is what I'm trying to do:

In column E I have a number ($ - and can be negative or positive numbers)
and in column F I have a percentage. I want to extract all informational
data on columns A through F in which column E is either greater or less than
+/- $3700 OR in which column F is greater than +/- 20%.

Essentially, the results would then NOT include anything under +/- $3700 AND
also under 20%.

Thanks.

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
functions grumpy Excel Worksheet Functions 1 July 14th 06 11:00 AM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Functions Loay Al-Kabbani Excel Worksheet Functions 3 February 20th 06 05:13 PM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


All times are GMT +1. The time now is 10:31 PM.

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

About Us

"It's about Microsoft Excel"