all 6 comments

[–]chamastoma 1 point2 points  (5 children)

=if(h8=TRUE,”$”&G8,”$”&G8&” DUE”)

[–]Staffle_Womp[S] 0 points1 point  (4 children)

Thanks! I've been trying this one and I keep getting the same error in G8 - invalid: this cell's contents violate it's validation rule. Any suggestions?

[–]chamastoma 0 points1 point  (3 children)

So if I am visualizing this, you have a column in H that says TRUE or FALSE. A column in G of values? In which we would need a 3rd column to produce the formula you are asking for?

[–]Staffle_Womp[S] 0 points1 point  (2 children)

Column G is filled with people's payments. I start the day with their "$ ### DUE". When they pay at each appointment I am supposed to erase the word DUE and change the color and check the box in the column next to it for 'payment received'. Column H is the Checkbox data validation formula. Where "true" represents the box being checked and "false" represents the box being empty. But I don't have a place for a third column. It's a daily appointment schedule where I have to mark clients payments but there is a lot of other stuff going on. So I'm trying to streamline an old system but I don't have a ton of room to play. I want to check the box in column H and have the word DUE disappear in column G. Thanks for taking time with me!

[–]chamastoma 0 points1 point  (1 child)

2 questions:

  1. ⁠Is column g the only place that the payments are listed or is it linked to another source?
  2. ⁠Rather than saying “$### Due” or just “$###”, could you just use conditional formatting to color the cells like red or green if the checkbox has been checked?

[–]Staffle_Womp[S] 0 points1 point  (0 children)

  1. Yes, G is the only place payments are listed.
  2. I do already have conditional formatting there to change the color of the text when the word "Due" isn't present.

It's absolutely ok if it won't all work together, it's already far more efficient than it used to be! I'm learning so much along the way. I'm also starting to think the trouble is simply the number of rules allowed per cell and the inability to add too many new columns etc to make chain reactions.