ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I solve for missing value of changing cells? (https://www.excelbanter.com/excel-programming/370338-how-do-i-solve-missing-value-changing-cells.html)

edwinvon

How do I solve for missing value of changing cells?
 
I have 4 values - Rate, Index, Margin & Teaser. If I have 3 of the four I can
solve for any of them when they are missing. How do I create this to allow
input of values to solve for the missing value regardless of which one is
missing? 'Teaser= (Index + Margin)-rate', Index=(rate + Teaser) - Margin, and
Margin= (Rate + Teaser) - Index'




Die_Another_Day

How do I solve for missing value of changing cells?
 
if you are just wanting a formula, then used a nested if:
=If(A1="",(B1+ C1) - D1,If(B1="",(D1 + A1) - C1,....
Does that help?

Charles
edwinvon wrote:
I have 4 values - Rate, Index, Margin & Teaser. If I have 3 of the four I can
solve for any of them when they are missing. How do I create this to allow
input of values to solve for the missing value regardless of which one is
missing? 'Teaser= (Index + Margin)-rate', Index=(rate + Teaser) - Margin, and
Margin= (Rate + Teaser) - Index'



Tom Ogilvy

How do I solve for missing value of changing cells?
 
Use the Worksheet_change event
http://www.cpearson.com/excel/events.htm

for an overview of events.

--
Regards,
Tom Ogilvy


"edwinvon" wrote:

I have 4 values - Rate, Index, Margin & Teaser. If I have 3 of the four I can
solve for any of them when they are missing. How do I create this to allow
input of values to solve for the missing value regardless of which one is
missing? 'Teaser= (Index + Margin)-rate', Index=(rate + Teaser) - Margin, and
Margin= (Rate + Teaser) - Index'




edwinvon

How do I solve for missing value of changing cells?
 
I appreciate the help. I can use the nested formula but I was trying to
create a functional Worksheet for my team to use to plug in their value and
receive the missing value.

Thank you

"edwinvon" wrote:

I have 4 values - Rate, Index, Margin & Teaser. If I have 3 of the four I can
solve for any of them when they are missing. How do I create this to allow
input of values to solve for the missing value regardless of which one is
missing? 'Teaser= (Index + Margin)-rate', Index=(rate + Teaser) - Margin, and
Margin= (Rate + Teaser) - Index'





All times are GMT +1. The time now is 06:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com