get all the content that start with the letter Y in Excel
Excel
2
// Solution:
=FILTER(A1:A10,LEFT(A1:A10,1)="Y")
🤖 Code Explanation
The code is written in Excel and it returns all values in column A that start with "Y".
// Solution:
=FILTER(A1:A10,LEFT(A1:A10,1)="Y")
The code is written in Excel and it returns all values in column A that start with "Y".
Download SpellBox today Download SpellBox for macOS, Windows and VS Code today. Solve any programming or engineering problem with A.I.