Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to cap a cell that I use for discounts.
eg the cell could read 35%, but I only want a max of 30% on some products I am using a cell to input a discount into quotations, this cell is then used to calculate sums further below eg g24 = 40% and I use =(E9*F9)*(1-$G$24) later to get my total BUT I want to be able to cap some lines with a lower discount eg some products can have up to 40% ,but others can only go up to 30%. =MIN(SUM(A1:A10),100) This sum works if the cell is formatted as a general number, but not if it is formatted as a percentage. Help please... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I limit the number of times an Excel workbook can be opene. | Excel Discussion (Misc queries) | |||
Row Limit in Excel | Excel Discussion (Misc queries) | |||
Can I limit a cell to 72 characters? How? | Excel Discussion (Misc queries) | |||
Nested IF limit or Open parentheses limit | Excel Discussion (Misc queries) | |||
Any way to get around the 240-character line limit on text output? | Excel Discussion (Misc queries) |