I am trying to apply condtional formatting to highlight the cells in D column if it starts with 91099 or 91004.
I tried to do the same using wild card, and left function but didn't get the desired output.
Can somebody help me out?
Thanks in advance
I am trying to apply condtional formatting to highlight the cells in D column if it starts with 91099 or 91004.
I tried to do the same using wild card, and left function but didn't get the desired output.
Can somebody help me out?
Thanks in advance
Try
Formula:
Please Login or Register to view this content.
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
=LEFT(D3,5)="91004" or for both
=OR(LEFT(D3,5)="91004",LEFT(D3,5)="91099")
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Thanks Fotis. It really worked.
I also tried doing it but without adding "0" so it wasn't working. So can you please tell me logic behind adding "0".
you either do it with real numbers by adding 0 or you use text as i showed text "99999" plus 0 =real number 99999
When you use the functions LEFT, MID, RIGHT, Excel get these values as Text. So you need to convert in numbers adding a zro(0).
Thanks Fotis
You are welcome and thanks for the feedback & rep.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks