G
GBL
Hi:
This problem has to be elementary, but I must have too much brain-drain.
Will try to make it simple. A1:A20 already has values entered earlier
each month. At the end of the month I need a function to update these
values based on a condition. Is there a function that can possibly alter
SOME cells but not others?? For example; the IF function will NOT work due
to the negative argument. Example: IF(A1<10,$C$1,"") will substitute the
$C$1 value when the condition IS met, but I don't want to alter them if the
"A1<10" portion is NOT met!! (The negative portion of the IF statement will
blank-out the cells [due to the ""] that I do not want!!) How do I update
the values based on the condition without altering those that don't??
This problem has to be elementary, but I must have too much brain-drain.
Will try to make it simple. A1:A20 already has values entered earlier
each month. At the end of the month I need a function to update these
values based on a condition. Is there a function that can possibly alter
SOME cells but not others?? For example; the IF function will NOT work due
to the negative argument. Example: IF(A1<10,$C$1,"") will substitute the
$C$1 value when the condition IS met, but I don't want to alter them if the
"A1<10" portion is NOT met!! (The negative portion of the IF statement will
blank-out the cells [due to the ""] that I do not want!!) How do I update
the values based on the condition without altering those that don't??