Conditional Formatting VB
Closed
nicola1987
Posts
1
Registration date
Wednesday April 24, 2013
Status
Member
Last seen
April 24, 2013
-
Apr 24, 2013 at 06:19 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - May 7, 2013 at 11:15 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - May 7, 2013 at 11:15 AM
Related:
- Conditional Formatting VB
- Clear formatting in excel - Guide
- Phone formatting software for pc - Download - File management
- Formatting usb mac - Guide
- After formatting computer what's next ✓ - Laptop Forum
- Vb editor download - Download - IDE
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 27, 2013 at 10:26 AM
Apr 27, 2013 at 10:26 AM
I tired with this formula in cell b17
=IF("a"="a","DR",4)
and i did not get any error. If you can explain how you are able to replicate the issue, one can see what one can do
=IF("a"="a","DR",4)
and i did not get any error. If you can explain how you are able to replicate the issue, one can see what one can do
Apr 29, 2013 at 10:25 AM
I tried to solve this one but couldn't figure out an answer myself. I thought Worksheet_Calculate would be the answer. But how do you refer to the recalculated cell? I don't know.
To recreate the issue:
B17: =IF(A17="a","DR",4)
A17: a
Curious to see how you would solve this query.
Best regards,
Trowa
May 2, 2013 at 08:17 AM
1. on cell change, loop thru each and see if color needs to be updated (thats do able for sure)
2. instead of =if(...), have a custom function to do that and have formula marked as volatile (need to see at what cost)
3. have in some hidden location cells that has a custom function marked as volatile. have those formula apply condition (need to see at what cost)
May 7, 2013 at 11:15 AM
Maybe when you have the time you can write a custom function for us (me).
In the meantime here is a working code for Nicola: