• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Flashing A Column When Condition Met.

cyliyu

Member
Is it possible to make the column wording flashing based on another column condition?

upload_2018-1-19_7-20-2.png

e.g. When Column P = "Yes", then the date at Column B will flash. This is to indicate to the end user so that they do not required to scroll and check whether the condition met.
 

Attachments

  • Chandoo_WarrantyExpiryDateCheckFlash.xlsx
    176.6 KB · Views: 4
I'd not recommend flashing approach.

1. There is no inbuilt flashing animation. Hence, you'll likely need to change fill color on each flash iteration.

2. This requires VBA and or external library.

3. Hurts your (my) eye. :p

It is far better to use some other method to draw attention to specific cell/data.

There are few ways to approach this.

1. Userform using listbox to list only items that meets condition.

2. Conditionarl formatting

3. Advanced filter in place

etc etc.
 
cyliyu
... depends how many 'flash' do You need and so on ... sample
 

Attachments

  • Chandoo_WarrantyExpiryDateCheckFlash.xlsb
    122.5 KB · Views: 14
cyliyu
Perhaps You would REcheck when/what makes "Yes".
Nothing won't 'flash' if nothing won't trigger it!
( ... or did You check that file within those 3 secs?)
 
cyliyu
Perhaps You would REcheck when/what makes "Yes".
Nothing won't 'flash' if nothing won't trigger it!
( ... or did You check that file within those 3 secs?)

Thanks vletm.
Yes, it flashed twice at column "B" when s/no and date code entered.
Could you share with me how to do it as I do see any VBA coding?
 
Thanks vletm for the code.
Saw it, tested and it works, just that if the spreadsheet data getting huge, will see some "delay".
 
What kind of "delay" will see?
... like a msgbox "You got 'YES' in row NNNN",vbinformation,"DELAY"
 
cyliyu ... hmm?
... and if the spreadsheet data get huge then ...
it would use less less formulas.
> would this version of "delay" be better? <
 

Attachments

  • Chandoo_WarrantyExpiryDateCheckFlash.xlsb
    125.1 KB · Views: 12
The row will only flash when the serial number and date code fall within the 3 months warranty.
You need to have the warranty sheet updated with the warranty record, when the same serial number input in the Database sheet, flashing will occurred if the serial number match in the warranty sheet and within 3 months.
 
Back
Top