True, False conditions and numbers to grab

S3n

New Member
Joined
Feb 20, 2011
Messages
2
Hi

I'm am a total noobie when it comes to Excel, tried it few times in the past for very simple numbers.
Now i was asked if i can do "simple" spreadsheet.
I have stuck where i have to take divide numbers to two groups (False,True) and get the lowest from "False" group and the highest from "True" group.
Number of rows with True and False will not always be the same, sometimes even mixed.

I can bet it is very simple but i just cant find the right function.
Thanks for any help.

link to spreadsheet: http://hotfile.com/dl/106330737/290e9b3/STUCK_-_Copy.xlsx.html
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Welcome to the board!

In G6:
=MIN(IF(NOT(B2:B86),A2:A86))

In G9:
=MAX(IF(B2:B86,A2:A86))

Both formula must be committed with Control+Shift+Enter, not just enter.
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,308
Members
452,904
Latest member
CodeMasterX

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