Hello,
I need an excel formula to find the part of the text in the range of cells and display the values.
Eg: cell's A1 :A25 has text in it, And B1 :B25 has values in it.
I need to find "ARRA " from A1:A25 and display the values for this frm B1:B25 in C1.
examples for A1:A25 is
A1 ARRA ABC DEF
A2 Non ARRA ABC DEF
A3 ABC DEF GHI
A4 Non ARRA DEF ABC
A5 ARRA abcdef
Here i need capture the cells with only ARRA in it. BUt not NOn ARRA.
Please help.
Thanks in advance.
Configuration: Windows Vista Internet Explorer 7.0 Excel 2003
Thanks For the reply.
|
It will write value of B in column C if values in A is arra or non arra ......
|
Mubashir Aziz,
|
Update, I found a solution by using 2 cells to perform the task(s).
|
Thanks for yoru kind words for me. Try this formula and do let me know
|
When I used the formula you provided with the double ISERROR (one at each side of the formula), it fails the Logic test; the results come up "FALSE". So I removed the second ISERROR (see below) and it seems to work perfectly!!!
|
Your work was fantastic, I turned the workbook over to Operations last Thursday; they were very pleased with everything.
|
Dear Sir,
|
Reply to mubashir aziz
|
Hello, You guys seem to have all the good formulas!!
|