Largest Negative Daily Total

tysonmax

New Member
Joined
Jun 28, 2019
Messages
2
Hello Everyone,

I need your help!
I have a problem where I need to find the largest negative daily total in a table.
I have the largest daily sum total with the following: MAX(SUMIFS(Values[P/L],Values[Date],ROW(INDIRECT($L$3&":"&TODAY()))))

L3 is the
Starting Date, L31 is a starting date for a range and the ending range is L32.


<tbody>
</tbody>


TOTAL LOSS : SMALL(Values[P/L],1))
YEARLY LOSS : MIN(IF(Values[Date]>=$L$31,Values[P/L]))>=0,"No Values Found",MIN(IF(Values[Date]>=$L$31,IF(Values[Date]<=L$32,Values[P/L])))))

I can also find the largest value that's a negative value if I specify the whole table or a range but not sure how to do the same but for a daily total sum.
Is anyone able to help? I really appreciate the help in advance! :)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Sorry I should have also said I an trying to find the largest negative daily value in the table and also for the yearly range. Thank you!
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,377
Members
448,955
Latest member
BatCoder

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