Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nancy
 
Posts: n/a
Default nesting conditional formulas

I am trying to create a complicated formula which will look at a cell and
multiply it by a number which is dependant upon what the number in the
original cell is.

For example, if B2 is 99 or less, then multiply by 6. If it is between 1
and 3, then multiply by 5, if it is between 3.01 and 5, then multiply by 4,
etc.

All in all, there would be about 10 of those situations, but if I can get
some help starting it off, I can finish it up.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default nesting conditional formulas

You can't use a formula in a cell that uses that cell's original value. It
cannot have both a value and a formula.

If you can use other cells, take a look at VLOOKUP in help, it will do what
you want.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Nancy" wrote in message
...
I am trying to create a complicated formula which will look at a cell and
multiply it by a number which is dependant upon what the number in the
original cell is.

For example, if B2 is 99 or less, then multiply by 6. If it is between 1
and 3, then multiply by 5, if it is between 3.01 and 5, then multiply by

4,
etc.

All in all, there would be about 10 of those situations, but if I can get
some help starting it off, I can finish it up.

Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nancy
 
Posts: n/a
Default nesting conditional formulas

My bad, I worded that question wrong.
I looked up the VLOOKUP and I still don't understand. Here is some more
clarity.

In cell C1, I'm trying to create a formula that will take the value of cell
B1 and multiply it by a number, dependant upon the beginning value of cell
B1.

What I am trying to do it show what the markup value for our products should
be. If they COST (listed in cell B1) us less than a dollar, then the markup
should be 500% (multiply by 6) to be displayed in cell C1. if the cost (B1)
is 1.00-3.00, then multiply by 5, if the cost is 3.01-5.00, multiply by 4,
etc...

I did this formula once before, but it was a terribly long time ago and I've
since lost it.

Thanks for your reply.

"Bob Phillips" wrote:

You can't use a formula in a cell that uses that cell's original value. It
cannot have both a value and a formula.

If you can use other cells, take a look at VLOOKUP in help, it will do what
you want.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Nancy" wrote in message
...
I am trying to create a complicated formula which will look at a cell and
multiply it by a number which is dependant upon what the number in the
original cell is.

For example, if B2 is 99 or less, then multiply by 6. If it is between 1
and 3, then multiply by 5, if it is between 3.01 and 5, then multiply by

4,
etc.

All in all, there would be about 10 of those situations, but if I can get
some help starting it off, I can finish it up.

Thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nancy
 
Posts: n/a
Default nesting conditional formulas

I KNOW that the following formula is incorrect, but can someone at least tell
me if if I'm on the right track?

=OR(IF(B1<1, B1*6, 0)),IF(OR(B1.99, B1<3.01), B1*5,0),IF(OR(B13.00,
B1<5.01),B1*4,0))

"Nancy" wrote:

I am trying to create a complicated formula which will look at a cell and
multiply it by a number which is dependant upon what the number in the
original cell is.

For example, if B2 is 99 or less, then multiply by 6. If it is between 1
and 3, then multiply by 5, if it is between 3.01 and 5, then multiply by 4,
etc.

All in all, there would be about 10 of those situations, but if I can get
some help starting it off, I can finish it up.

Thanks in advance.

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
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
conditional formulas deaundra Excel Worksheet Functions 3 April 15th 05 12:44 AM
conditional formulas deaundra Excel Worksheet Functions 2 April 15th 05 12:08 AM
Help Using Formulas in Conditional Formatting Still Learning Excel Discussion (Misc queries) 2 January 28th 05 04:55 PM
conditional formulas in excel Rocempire Excel Worksheet Functions 2 November 6th 04 05:44 AM


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