Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cjjoo
 
Posts: n/a
Default conditional formating??


in this scenario, in Column A, I got inputs like x1234,a321,z321

now the problem is that i want to hightlight any inputs that has more
than four

character and if the length 4 , high light the last number with a
colour.

something like this: IF (len(input)4,
highlight_last_no(with_colour)))

can i use MID or trim to return the input result to read the last value
and at the

same time give it a colour?


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile: http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=479326

  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default conditional formating??

=IF(LEN(A1)4,RIGHT(A1),"")

then use conditional formatting formula is

=B1<""

of course you cannot conditionally format the source cell itself if you
need only part of the string formatted



--
Regards,

Peo Sjoblom

(No private emails please)


"cjjoo" wrote in
message ...

in this scenario, in Column A, I got inputs like x1234,a321,z321

now the problem is that i want to hightlight any inputs that has more
than four

character and if the length 4 , high light the last number with a
colour.

something like this: IF (len(input)4,
highlight_last_no(with_colour)))

can i use MID or trim to return the input result to read the last value
and at the

same time give it a colour?


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile:
http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=479326


  #3   Report Post  
cjjoo
 
Posts: n/a
Default conditional formating??


so is there a way to format the source to hightlight the last number
using conditional formatting?


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile: http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=479326

  #4   Report Post  
paul
 
Posts: n/a
Default conditional formating??

you can conditional format the actual cell itself but you seem to have to do
each cell separately,cos the formula of Len(a1)4 stays absolute within the
conditional format bar
--
paul
remove nospam for email addy!



"cjjoo" wrote:


so is there a way to format the source to hightlight the last number
using conditional formatting?


--
cjjoo
------------------------------------------------------------------------
cjjoo's Profile: http://www.excelforum.com/member.php...o&userid=26916
View this thread: http://www.excelforum.com/showthread...hreadid=479326


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can i freeze conditional formating to copy to another worksheet Chris Lane Excel Discussion (Misc queries) 1 October 12th 05 06:53 PM
IF Command conditional formating IDCrewDawg Excel Worksheet Functions 7 September 8th 05 04:19 PM
VLOOKUP & Conditional Formating Help. Excel'ed Failures Excel Discussion (Misc queries) 6 August 16th 05 04:46 PM
conditional formating Jed Excel Discussion (Misc queries) 3 June 14th 05 05:11 PM
more than 3 conditional formating in excel Manan Excel Discussion (Misc queries) 2 February 7th 05 09:12 PM


All times are GMT +1. The time now is 05:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"