Using excel search function while there are multiple keywords

Magesh Ramasamy

Is there a formula to return the position of the next keyword if there are multiple keywords? For example if I have "Gross Return Gross Return" in cell A1, is there a formula to get the position of the second Gross in excel?
For example if I use =search("Gross",A1), the result would be 1. But I want the result to be 14.

Marcel

you can use the following formula:

=FIND("gross",A1,FIND("gross",A1)+2)

hope it works for you.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

search through a database using multiple keywords in php

From Dev

AngularJS search multiple keywords using one field

From Dev

Multiple keywords search

From Dev

Search a text for multiple keywords

From Dev

Multiple Excel SEARCH function criteria

From Dev

Search SQL database using multiple keywords entered in a TextBox

From Dev

Search keywords using EntityFramework

From Dev

SQLAlchemy search using varying keywords

From Dev

Search files using glob() and keywords

From Dev

Elastic search multiple keywords in multiple fields

From Dev

Elastic search multiple keywords in multiple fields

From Dev

C# Using Excel Search Function

From Dev

Excel: Macro to search text for a list of keywords

From Dev

Using Search Function across multiple columns

From Dev

Using Search Function across multiple columns

From Dev

Search multiple keywords and give them correct number

From Dev

NodeJS REGEX: Efficient Regex Search for multiple keywords?

From Dev

MySQL search for multiple keywords in same column

From Dev

Recognizing multiple keywords using PocketSphinx

From Dev

Split using multiple keywords as demiliters

From Dev

error while using multiple if else function in R

From Dev

Perform google search programmatically using keywords

From Dev

Web search shortcuts using keywords in Gnome Web

From Dev

Perform google search programmatically using keywords

From Dev

Search using single input while searching multiple tables

From Dev

Excel – using multiple criteria in COUNTIFS function

From Dev

how to populate an excel cell using multiple =IF function

From Dev

how to have knockout search multiple keywords as well as live search

From Dev

How to search keywords over multiple tables and search relations in other table

Related Related

  1. 1

    search through a database using multiple keywords in php

  2. 2

    AngularJS search multiple keywords using one field

  3. 3

    Multiple keywords search

  4. 4

    Search a text for multiple keywords

  5. 5

    Multiple Excel SEARCH function criteria

  6. 6

    Search SQL database using multiple keywords entered in a TextBox

  7. 7

    Search keywords using EntityFramework

  8. 8

    SQLAlchemy search using varying keywords

  9. 9

    Search files using glob() and keywords

  10. 10

    Elastic search multiple keywords in multiple fields

  11. 11

    Elastic search multiple keywords in multiple fields

  12. 12

    C# Using Excel Search Function

  13. 13

    Excel: Macro to search text for a list of keywords

  14. 14

    Using Search Function across multiple columns

  15. 15

    Using Search Function across multiple columns

  16. 16

    Search multiple keywords and give them correct number

  17. 17

    NodeJS REGEX: Efficient Regex Search for multiple keywords?

  18. 18

    MySQL search for multiple keywords in same column

  19. 19

    Recognizing multiple keywords using PocketSphinx

  20. 20

    Split using multiple keywords as demiliters

  21. 21

    error while using multiple if else function in R

  22. 22

    Perform google search programmatically using keywords

  23. 23

    Web search shortcuts using keywords in Gnome Web

  24. 24

    Perform google search programmatically using keywords

  25. 25

    Search using single input while searching multiple tables

  26. 26

    Excel – using multiple criteria in COUNTIFS function

  27. 27

    how to populate an excel cell using multiple =IF function

  28. 28

    how to have knockout search multiple keywords as well as live search

  29. 29

    How to search keywords over multiple tables and search relations in other table

HotTag

Archive