How to Construct Auto Boolean Strings using VBA

satish78

Board Regular
Joined
Aug 31, 2014
Messages
218
Hi Friends,

I tried looking mrexcel posts and google sources for query to find VBA answer.
Here what I am looking for is:

Sheet1 ColumnA has data of boolean strings like attached in the document.
The row numbers varies every time whenever I change the data.
Boolean example has shown in image attached.

I need a VBA to do the job.
Let me know if you have questions.

 

Attachments

  • Boolean Exaampe.jpg
    Boolean Exaampe.jpg
    90.1 KB · Views: 25
I am sorry but I'm still not able to understand ! Perhaps you can give more details of how jvm becomes A and B and C and D and NOT E and NOT F or maybe some other forum members could understand something that I am missing

Here is an example, I just took 6 rows only.

Java AND python AND J2ee AND JSP AND JDBC AND JVM
Java AND python AND J2ee AND JSP AND JDBC AND NOT JVM
Java AND python AND J2ee AND NOT JSP AND NOT JDBC AND JVM
Java AND python AND J2ee AND NOT JSP AND JDBC AND JVM
Java AND python AND J2ee AND NOT JSP AND NOT JDBC AND JVM
Java AND python AND J2ee AND JSP AND NOT JDBC AND NOT JVM
Java AND python AND J2ee AND NOT JSP AND NOT JDBC AND NOT JVM

As I mentioned in my post, that, rows gets change when I replace/add new data. So, after JVM, there are other keywords in rows.
 
Last edited:
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,216,116
Messages
6,128,930
Members
449,479
Latest member
nana abanyin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top