Excel Formula

B

BCIII

I am looking for an excel formula to solve for A and B in the followin
formula:

A-(.3*B) = Any number inserted here.

Thanks

BCII
 
G

Gary''s Student

if Anynumberinsertedhere is in C1, then put another arbitrary number in B1
and use:

=C1+.3*B1 in A1 or put an arbitrary number in A1 and
=(A1-C1)/.3 in B1
 
Top