ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need a different find and replace? (https://www.excelbanter.com/excel-discussion-misc-queries/153136-need-different-find-replace.html)

tom

Need a different find and replace?
 
I am working on a VERY LONG spreadsheet. The only problem is when i populate
data (living document), it is all done manually.
Is there a way to Find something in column A if TRUE type "x" in column G.

Much like find and replace but not for ONE cell at a time. I need to look
for varialble in column 'A' and if it matches input goes in column G.
thanks for any help. I am starting to think Excel can't do this.
Thanks again.

PCLIVE

Need a different find and replace?
 
Maybe something like this.
In column G, say G1:

=IF(A1="variable","x","")

Copy down as far as needed. If this is not what you need, then please
elaborate on your data and the desired results.

Regards,
Paul

--

"Tom" wrote in message
...
I am working on a VERY LONG spreadsheet. The only problem is when i
populate
data (living document), it is all done manually.
Is there a way to Find something in column A if TRUE type "x" in column
G.

Much like find and replace but not for ONE cell at a time. I need to look
for varialble in column 'A' and if it matches input goes in column G.
thanks for any help. I am starting to think Excel can't do this.
Thanks again.




Toppers

Need a different find and replace?
 
in G1:

=If(a1=true,"x","")

Replace true with your test

Is this what you want?

"Tom" wrote:

I am working on a VERY LONG spreadsheet. The only problem is when i populate
data (living document), it is all done manually.
Is there a way to Find something in column A if TRUE type "x" in column G.

Much like find and replace but not for ONE cell at a time. I need to look
for varialble in column 'A' and if it matches input goes in column G.
thanks for any help. I am starting to think Excel can't do this.
Thanks again.



All times are GMT +1. The time now is 02:32 PM.

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