Returning the value in a corresponding cell that returns the largest number in Sheet Summary
I have been able to return the largest number for a specific day in the sheet summary using =LARGE(COLLECT([Profit]:[Profit], Date:Date, =Date#), 1) but I am having trouble returning the corresponding transaction number for the returned value of the above formula. I want to be able to return the transaction number in another line in the sheet summary.
Thanks in advance.
Best Answer
-
Try the below, profit# should be a reference to the sheet summary field you mentioned in your comment
=index(collect(trans#:trans#, Date:Date, =Date#, [Profit]:[Profit], profit#),1)
Answers
-
Try the below, profit# should be a reference to the sheet summary field you mentioned in your comment
=index(collect(trans#:trans#, Date:Date, =Date#, [Profit]:[Profit], profit#),1)
-
This works! Thank you so much @Leibel S.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!