Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Nesting formulas

I need to be able to create an "if" function that will populate to a couple
other "if" functions within itself.

What I'm trying to do is get one cell to look at the information entered in
another one, and if that cell gets to a certain number, to change the
equation to watch for a new number in that cell.

Example: Employee group one gets a pay raise when he hits 10, 25, and 50
sales. Employee group two gets a payraise when he hits 15, 25, and 55 sales.
How do I set a cell to say what level (1, 2, 3) the person is at currently?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11
Default Nesting formulas

See if the following might help. You would need to creat another formula for
each Employee group because they get raises at different levels. For Employee
Group 1
this should help

=IF(AND(D39,D3<25),1,IF(AND(D324,D3<50),2,IF(D3 49,3,"no raise")))

This is assuming that the number of sales is in cell D3, and the status
showing what level for a raise they have reached is where this formula will
reside. Hope this helps

"Ashkore" wrote:

I need to be able to create an "if" function that will populate to a couple
other "if" functions within itself.

What I'm trying to do is get one cell to look at the information entered in
another one, and if that cell gets to a certain number, to change the
equation to watch for a new number in that cell.

Example: Employee group one gets a pay raise when he hits 10, 25, and 50
sales. Employee group two gets a payraise when he hits 15, 25, and 55 sales.
How do I set a cell to say what level (1, 2, 3) the person is at currently?

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
nesting formulas cinvic[_2_] Excel Worksheet Functions 2 February 1st 08 05:48 PM
Nesting named formulas Alex Excel Worksheet Functions 2 December 21st 07 02:10 PM
nesting formulas Vladimir Excel Worksheet Functions 1 September 7th 06 09:25 PM
Nesting SUMIF formulas Todd Excel Worksheet Functions 6 June 7th 06 12:15 PM
Nesting Formulas PLCProgrammer Excel Worksheet Functions 2 February 3rd 05 10:29 PM


All times are GMT +1. The time now is 08:05 AM.

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"