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 having problems with a multiple conditions nesting formula

DATA (in colum A cells 1-5):
14
11
12
16
8

ISSUE: How can I automatically populate YES or NO into column B beside each
data point in column A based on the following scenario. I need to know if
the data point in column A is = 20% higher than all of the prior data points
would also work. So B1 would be N/A because there is no prior data point for
A1, B2 would be yes if the data point in A2 is = 20% higher than the data
point A1, B3 would be yes if the data point in A3 is 20% higher than either
A1 OR A2, B4 would be yes if the data point in A4 is 20% higher than either
A1 A2 or A3, etc. Thoughts?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default having problems with a multiple conditions nesting formula

Not sure I understand.

See if this does what you want.

Enter this formula in B2 and copy down to B5:

=IF(SUMPRODUCT(--(A2=1.2*A$1:A1)),"Yes","No")

--
Biff
Microsoft Excel MVP


"vt2wake2vt" wrote in message
...
DATA (in colum A cells 1-5):
14
11
12
16
8

ISSUE: How can I automatically populate YES or NO into column B beside
each
data point in column A based on the following scenario. I need to know if
the data point in column A is = 20% higher than all of the prior data
points
would also work. So B1 would be N/A because there is no prior data point
for
A1, B2 would be yes if the data point in A2 is = 20% higher than the data
point A1, B3 would be yes if the data point in A3 is 20% higher than
either
A1 OR A2, B4 would be yes if the data point in A4 is 20% higher than
either
A1 A2 or A3, etc. Thoughts?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default having problems with a multiple conditions nesting formula

Put in B1 following formula and drag down
=IF(A2=SMALL($A$1:A1,1)*1.2,"Yes","NO")


"vt2wake2vt" wrote:

DATA (in colum A cells 1-5):
14
11
12
16
8

ISSUE: How can I automatically populate YES or NO into column B beside each
data point in column A based on the following scenario. I need to know if
the data point in column A is = 20% higher than all of the prior data points
would also work. So B1 would be N/A because there is no prior data point for
A1, B2 would be yes if the data point in A2 is = 20% higher than the data
point A1, B3 would be yes if the data point in A3 is 20% higher than either
A1 OR A2, B4 would be yes if the data point in A4 is 20% higher than either
A1 A2 or A3, etc. Thoughts?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default having problems with a multiple conditions nesting formula

Put in B2 and drag down
=IF(A2=SMALL($A$1:A1,1)*1.2,"Yes","NO")

Vijay


"vt2wake2vt" wrote:

DATA (in colum A cells 1-5):
14
11
12
16
8

ISSUE: How can I automatically populate YES or NO into column B beside each
data point in column A based on the following scenario. I need to know if
the data point in column A is = 20% higher than all of the prior data points
would also work. So B1 would be N/A because there is no prior data point for
A1, B2 would be yes if the data point in A2 is = 20% higher than the data
point A1, B3 would be yes if the data point in A3 is 20% higher than either
A1 OR A2, B4 would be yes if the data point in A4 is 20% higher than either
A1 A2 or A3, etc. Thoughts?

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
Multiple Conditions in a Formula wavmaster Excel Discussion (Misc queries) 2 September 10th 09 09:52 AM
Nesting conditions together. Ivan Koh[_2_] Excel Discussion (Misc queries) 4 May 11th 09 07:50 AM
multiple conditions formula mmoran Excel Worksheet Functions 6 October 13th 06 06:17 AM
Nesting more than 7 conditions? Gina Excel Worksheet Functions 5 February 9th 06 01:41 AM
Nesting If Statement with "AND", "OR" conditions Jenna Excel Worksheet Functions 3 October 30th 04 07:46 PM


All times are GMT +1. The time now is 05:18 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"