Hi all,
In my on-going work project (that i thought was finished ><) I have code that basically does this:
IF cell1 = cell2 THEN highlight entire row Blue.
IF cell3 = cell4 THEN highlight entire row Red.
This obviously cause problems when both are true as the as the you can't see both colours.
Is it possible to have something to the effect of:
IF cell1=cell2 AND cell3=cell4 THEN delete entire row.
I have tried a few variations that sound intuitive, but I cant seem to get the code syntax right.
Thanks for any help you can give me, much appreciated!
ADTC.
In my on-going work project (that i thought was finished ><) I have code that basically does this:
IF cell1 = cell2 THEN highlight entire row Blue.
IF cell3 = cell4 THEN highlight entire row Red.
This obviously cause problems when both are true as the as the you can't see both colours.
Is it possible to have something to the effect of:
IF cell1=cell2 AND cell3=cell4 THEN delete entire row.
I have tried a few variations that sound intuitive, but I cant seem to get the code syntax right.
Thanks for any help you can give me, much appreciated!
ADTC.