Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tjb tjb is offline
external usenet poster
 
Posts: 14
Default nested if statements

I need an if statement that looks at a cell for a value and enters the
following:

if the value in cell A1 is between 0 and 30,000 then enter "A1*0.1"
if the value in cell A1 is between 30,000.01 and 60,000, then enter "A1*0.15"

and so on down the line, I know my limit is seven nested, just not sure how
to phrase the statement
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tjb tjb is offline
external usenet poster
 
Posts: 14
Default nested if statements

works great without the commas in "30,000.01" and "60,000.01"

"Teethless mama" wrote:

=LOOKUP(A1,{0,30,000.01,60,0001},{0.1,0.15,0.2})*A 1


"tjb" wrote:

I need an if statement that looks at a cell for a value and enters the
following:

if the value in cell A1 is between 0 and 30,000 then enter "A1*0.1"
if the value in cell A1 is between 30,000.01 and 60,000, then enter "A1*0.15"

and so on down the line, I know my limit is seven nested, just not sure how
to phrase the statement

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
Nested IF Statements Django Excel Discussion (Misc queries) 2 March 4th 06 01:44 AM
Nested IF statements maacmaac Excel Discussion (Misc queries) 3 January 24th 06 12:00 AM
Nested IF statements maacmaac Excel Discussion (Misc queries) 0 January 23rd 06 09:22 PM
Nested If/Then statements qwik6 Excel Worksheet Functions 3 December 9th 05 03:38 AM
Do I need nested IF statements? Jaramya Excel Worksheet Functions 1 November 5th 04 09:10 PM


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