Looking for a function that returns a row/col when value < 0
ie: return Ax when value in C1:C100 is < 0 values are descending in value
Looking for a function that returns a row/col when value < 0
ie: return Ax when value in C1:C100 is < 0 values are descending in value
Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.
Remember to desensitize the data.
Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
See Attached: I need the Age at which the end balance (F4:F47) is less than zero
Thanks
Try this:
=INDEX($A$4:$A$47,MATCH(MAX(IF($F$4:$F$47<=0,$F$4:$F$47)),$F$4:$F$47,0))
... confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
Last edited by AliGW; 05-30-2019 at 03:33 AM.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Another way.Formula:
Please Login or Register to view this content.
Dave
Brilliant, both methods work
Thanks so much!
You are welcome. Thank you for the feedback.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
No pproblem.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks