ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula by which meaning of word can be found out in another cell (https://www.excelbanter.com/excel-worksheet-functions/156411-formula-meaning-word-can-found-out-another-cell.html)

vicky

Formula by which meaning of word can be found out in another cell
 
I am just looking for a function by using which I can find out the meanings
of a word typed in a particular cell in an another cell ? Is it possible? If
yes, how?

Pete_UK

Formula by which meaning of word can be found out in another cell
 
You would use a VLOOKUP function - set up a table somewhere with the
words listed in one column and their meanings in the next column
(suppose this occupies M1:N100). Then with the word you want to find
being entered in A1, put this formula in B1:

=IF(ISNA(VLOOKUP(A1,M$1:N$100,2,0)),"Not found",VLOOKUP(A1,M$1:N
$100,2,0))

If the word doesn't exist in the table you will get the "Not found"
message.

Hope this helps.

Pete


On Aug 30, 7:58 am, vicky wrote:
I am just looking for a function by using which I can find out the meanings
of a word typed in a particular cell in an another cell ? Is it possible? If
yes, how?





All times are GMT +1. The time now is 06:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com