![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 5
|
I need help when trying to figure out the the percentage for a certain cell. I need a formula that looks at a certain cell and if the number within that cell is more than 100 a discount is then given and the results displayed in a different cell can anyone help me.
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Location: Clearwater, FL
Posts: 46
|
Is the discount the same no matter what the number (as long as it's over 100)? or is it on a scale (like 100-110 gets one discount, 111-120 another, etc)?
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,318
|
Quote:
=IF(A1>100),B1-(B1*2%),B1) entered in C1, looks at A1, at B1 where the price is by either computing a discount wrt the price or taking it as is. Aladin |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 5
|
the discount remains the same
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Mar 2002
Location: Clearwater, FL
Posts: 46
|
That's better, Aladin, except that it won't show you what the original amount is, then the discount (if applicable), then the discounted amount. It might be important to know the original price and the discount in separate columns (but then again, maybe not). It's definitely more elegant than my solution (see other post).
Cool! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|