Google Sheets Formula Help

nrc0710

New Member
Joined
Jul 2, 2024
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I need some assistance with a formula for Google Sheets. The following formula works in Excel, but not in Google Sheets. I don’t believe the “Take” formula is in sheets. Any ideas on how to find what I’m looking for based on the example below?

=TAKE(SORT(FILTER(C3:D10,B3:B10=G5),2),-1)

IMG_4596.png
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
How about
Excel Formula:
=index(SORT(FILTER(C3:D10,B3:B10=G5),2,-1),1,0)
 
Upvote 0
How about
Excel Formula:
=index(SORT(FILTER(C3:D10,B3:B10=G5),2,-1),1,0)
This returned Will & 10 instead of Mark & 39. I made the following change and it returned what I needed! Thank you for your help!

=index(SORT(FILTER(C3:D10,B3:B10=G5),2,0),1,0)
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,222,096
Messages
6,163,914
Members
451,865
Latest member
dunworthc

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