Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Nested if formula question

Can you help me out with this formula?
if(and((F20<($F$87*$K$4),(E20/$E$87)$M$4)),"down",,if(and((F20($F$87*$L$4),(E2 0/$E$87)$M$4)),"up","")

I am putting together a spreadsheet that divides sales by certain categories
(rows 4:86) with the total sales summed in row 87. Column F holds a year over
year change, I am trying to have excel tell me the categories that are above
or below our average by a certain percentage (K4 and L4) and have placed a
certain number of orders (M4).

Thanks so much for this help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Nested if formula question

=IF(AND(F20<$F$87*$K$4,E20/$E$87$M$4),"down",IF(AND(F20$F$87*$L$4,E20/$E$87$M$4),"up",""))

Not tested, I fixed the syntax only!

Regards,
Stefi

phd4212 ezt *rta:

Can you help me out with this formula?
if(and((F20<($F$87*$K$4),(E20/$E$87)$M$4)),"down",,if(and((F20($F$87*$L$4),(E2 0/$E$87)$M$4)),"up","")

I am putting together a spreadsheet that divides sales by certain categories
(rows 4:86) with the total sales summed in row 87. Column F holds a year over
year change, I am trying to have excel tell me the categories that are above
or below our average by a certain percentage (K4 and L4) and have placed a
certain number of orders (M4).

Thanks so much for this help

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Nested if formula question

Thanks a lot!

"Stefi" wrote:

=IF(AND(F20<$F$87*$K$4,E20/$E$87$M$4),"down",IF(AND(F20$F$87*$L$4,E20/$E$87$M$4),"up",""))

Not tested, I fixed the syntax only!

Regards,
Stefi

phd4212 ezt *rta:

Can you help me out with this formula?
if(and((F20<($F$87*$K$4),(E20/$E$87)$M$4)),"down",,if(and((F20($F$87*$L$4),(E2 0/$E$87)$M$4)),"up","")

I am putting together a spreadsheet that divides sales by certain categories
(rows 4:86) with the total sales summed in row 87. Column F holds a year over
year change, I am trying to have excel tell me the categories that are above
or below our average by a certain percentage (K4 and L4) and have placed a
certain number of orders (M4).

Thanks so much for this help

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Nested if formula question

You are welcome! Thanks for the feedback!
Stefi

phd4212 ezt *rta:

Thanks a lot!

"Stefi" wrote:

=IF(AND(F20<$F$87*$K$4,E20/$E$87$M$4),"down",IF(AND(F20$F$87*$L$4,E20/$E$87$M$4),"up",""))

Not tested, I fixed the syntax only!

Regards,
Stefi

phd4212 ezt *rta:

Can you help me out with this formula?
if(and((F20<($F$87*$K$4),(E20/$E$87)$M$4)),"down",,if(and((F20($F$87*$L$4),(E2 0/$E$87)$M$4)),"up","")

I am putting together a spreadsheet that divides sales by certain categories
(rows 4:86) with the total sales summed in row 87. Column F holds a year over
year change, I am trying to have excel tell me the categories that are above
or below our average by a certain percentage (K4 and L4) and have placed a
certain number of orders (M4).

Thanks so much for this help

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
Easy Nested IF formula question, please help Seanzie Excel Worksheet Functions 3 January 31st 06 09:36 AM
Nested IF question SueJB Excel Worksheet Functions 4 January 13th 06 04:38 PM
I get error with "ROWS" in the formula - nested formula question Marie J-son Excel Worksheet Functions 0 January 4th 06 01:55 PM
Excel nested IF formula question [email protected] Excel Discussion (Misc queries) 6 November 10th 05 05:11 PM
large formula question - Max nested functions PCLIVE Excel Worksheet Functions 3 October 17th 05 04:20 PM


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