finding an amount in an array

muzammil

New Member
Joined
Oct 6, 2006
Messages
2
Hello

I am new to this forum and would appreciate some help.
My query is this.
I have various positive amounts in each field and one negative amount. there are hundreds of rows and 50 odd columns. the negative amount could be in any column. Is there a way that I can enter in the last column a formula to find the negative amount and put that amount in that column.
I mean something like a lookup or Find..

Many thanks
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
with a test for it being negative !!!! which was the original requirement

=IF(MIN(A1:Z26)<0, MIN(A1:Z26), "")
 
Upvote 0
with a test for it being negative !!!! which was the original requirement

=IF(MIN(A1:Z26)<0, MIN(A1:Z26), "")

I think the OP meant that there is one negative amount in every row of the data field, not only one negative amount in the entire table. (Always room for me to be wrong though ;))

Richard
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,537
Members
449,088
Latest member
RandomExceller01

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