|
-
May 8th, 2009, 12:52 PM
#1
[not so serious] Excel conditional formatting?
Not quite sure where this belongs, since it isn't really a VBA question... my goal is simple - I'm translating bits of text on a web page, using resource files, and right now, what I need translated doesn't match what I have. So, I'm making a nice spreadsheet that breaks apart everything- three columns, field name, English, and French. All I want is to highlight any rows that have English text, but not French. Should be simple, but the formula syntax just doesn't want to work with me.. any help would be great 
EDIT: Ok, just got fired. Don't need this anymore... commence the CC'ing?
Last edited by timeshifter; May 8th, 2009 at 07:08 PM.
-
May 8th, 2009, 07:58 PM
#2
Re: [not so serious] Excel conditional formatting?
Somebody please make fun of me here!
-
May 8th, 2009, 08:21 PM
#3
Fanatic Member
Re: [not so serious] Excel conditional formatting?
I'm sorry but I don't twit.
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
May 8th, 2009, 10:31 PM
#4
Re: [not so serious] Excel conditional formatting?
EDIT: Ok, just got fired. Don't need this anymore... commence the CC'ing?
50 minutes later:
Somebody please make fun of me here!
Do you still need it?
This should be in Office Development forum.
* Highlight the range, say "A2:C50", with "A2" is ActiveCell.
* In Conditional Formatting box, select Formula Is :
* Enter formula: =AND($A2<>"",$B2<>"",$C2="")
* Click Format and set hightlight color as you want.
-
May 9th, 2009, 12:53 AM
#5
Re: [not so serious] Excel conditional formatting?
Ahhh.... I was mis-using the AND command. That makes sense now. Thank you, kind sir.
-
May 9th, 2009, 05:54 AM
#6
Re: [not so serious] Excel conditional formatting?
You don't sound too gutted about losing your job, TS.
I don't live here any more.
-
May 9th, 2009, 11:25 AM
#7
Fanatic Member
Re: [not so serious] Excel conditional formatting?
He really doesn't need a job. He was just working for fun.
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
May 9th, 2009, 12:16 PM
#8
Re: [not so serious] Excel conditional formatting?
Somebody please make fun of me here!
I'd mock you but the challenge is gone.
-
May 9th, 2009, 03:46 PM
#9
Fanatic Member
Re: [not so serious] Excel conditional formatting?
 Originally Posted by wossname
You don't sound too gutted about losing your job, TS.
I'd rather prefer a learning timeshifter than an emo timeshifter, TYVM.
-
May 9th, 2009, 04:13 PM
#10
Re: [not so serious] Excel conditional formatting?
They were ripping me off left and right... $38k/year for .Net 3.5, C#, AJAX-driven web applications... nobody in this area pays that little. This just gives me a chance to try and kick off my freelance work. Hopefully it'll be enough...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|