if and large

danz

New Member
Joined
Sep 30, 2011
Messages
6
Hi All,

How do you do this one: if statement with large in a formula?

For example, if my first largest number does not meet my criteria then I want to extract my 2nd largest number and so on.

Hope you can help me with this one.


Many thanks and best regards,
 
By the way, I still have trouble understanding in combining different functions.

When do you use double )) and triple ))) in a formula?


Thanks.

General rule
For each left (open) parenthesis you need a corresponding right (close) parenthesis

For example, in the formula below see the pairs in different colors

IF(SUM($D$2:D2) >=0.6*SUM($B$2:$B$300),"",LARGE($B$2:$B$300,ROWS($1:2)))

M.


 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
The arithmetic between the () will be done first without which can have serious effects on the result of a calculation

Excel Workbook
F
2120
2236
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,693
Members
452,938
Latest member
babeneker

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top