Excel Array Formulas

Declare62

New Member
Joined
Apr 21, 2011
Messages
14
Hello everyone,
This is my first post, I am trying to build a quote templete for work that will take the lowest price quoted and plug that information into one column. I know it can be done because where I worked before we had a excel work sheet that did this. Can anyone point me in the right direction?
Sincerely,
Declare62
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
You can get a minimum value using a regular (not array) formula. For example

=MIN(A1:A10)
 
Upvote 0
Hello everyone,
This is my first post, I am trying to build a quote templete for work that will take the lowest price quoted and plug that information into one column. I know it can be done because where I worked before we had a excel work sheet that did this. Can anyone point me in the right direction?
Sincerely,
Declare62
Let's assume this is your data:

Book1
CDEFG
16523134049
Sheet2

To find the lowest (minimum) value in the range:

=MIN(C1:G1)

Result = 13
 
Upvote 0
Thank you all for such quick replies, can I actually copy part of my spreadsheet so you can actually see what I am trying to achieve?
 
Upvote 0
Thanks VoG, I will download excel geni at home later and will post here so you can see what I am trying to do....:)
 
Upvote 0
Good Morning
I am still in need of some help, I am trying to set up a quote templete that will move both numeric and word text into another section of my spreadsheet to roll it up so to speak.
 
Upvote 0
So where is the copy of your worksheet for us to see that you said you would post?
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,555
Members
452,928
Latest member
101blockchains

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