Associate/Find Numbers and return Equal/Greater

Celticshadow

Active Member
Joined
Aug 16, 2010
Messages
419
Office Version
  1. 365
Platform
  1. Windows
Hi All

May I ask the board if they could advise on how I can get a formula to find numbers associated with other numbers and then find the numbers that are equal or greater to that query. A guide is also included in the sheet.

I have attached a sheet as below as I am unsure how to upload a file.

Thanks in advance.

Kind Regards

https://spreadsheets.google.com/ccc...RZzdnQUFSdjlxRHc&hl=en&authkey=CLDR9fAD#gid=0
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hello, Try

All are the Array Formulas. Must hit Control+Shift+Enter, not just Enter.


A2;

=MAX(IF(D$1:AZ$1="Main",D2:AZ2))

B2;

=MAX(IF(D$1:AZ$1="L",D2:AZ2))


C2;

=MAX(IF(D$1:AZ$1="H",IF(D2:AZ2>B2,D2:AZ2)))

Copy down...
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

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