Hello Rob,
Good to see your postback. I understand this is getting confused.. pl
see my replies (start in CAPS, for readibility reason) to you
questions below:
==========================================
Let's take a scenario:
O6 = "hello world"
(OK, EXCEPT THAT I HAVE "h" and "w" bolded, in this scenario)
Q7 = "something"
So if a user change Q7 to "disti" then later changes it "something
then it
should still = "hello world" ?
(NEE: YES, EXCEPT THAT "HELLO WORLD" SHOULD BE ABLE TO KEEP IT
ORIGINAL "MIX" FORMAT OF HAVING THE "H" AND THE "W" BOLDED -- this i
where the confusion lies, Otherwise, a straight conditional formattin
would suffice)
That's not possible without saving the original value somewhere fo
safe
keeeping.
Try this instead:
O7 = "hello world"
O6 = =if(Q7="disti","",O7)
(NEE: THIS DOES NOT WORK FOR MY CASE.
1) I need to leave O7 blank
2) O6 should display "hello world" by default
3) Even if I can make O7 = "hello world", how does O6 pick up O7 an
also picks up its format (I mean the bolded "h" and "w")
I have a workaround but I'm now become just curious to see if thi
challenge can be beat.
In any case, I appreciate your time Rob and attention in my question
It is very nice of you.
Later,
Ne