Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
PK PK is offline
external usenet poster
 
Posts: 69
Default Recalculate based on 3 of 4 variables.

I have been asked to come up with a smple way to let non technical users key
in 3 values on a sheet and have the sheet calculate the 4th value. It is a
very easy calculation, but I'm not sure how to allow for any of the three
values to be entered and calculate the fourth. Here are the values

A1 Revenue (in dollars)
A2 Variable Costs (percentge)A
3 Fixed Costs (In dollars)
A4 Profit

The formula for A4 is =A1*(1-A2)-A3 (This gives the profit).

My problem is that my boss wants his employees to be able to change the
value of A4 (the profit) and let the system recalculate A1, A2 or A3
depending on which one they leave blank!

Any Ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Recalculate based on 3 of 4 variables.

One way would be to give an answer in B1,B2,B3,B4 alongside whichever one is
left blank of A1,A2,A3,A4.

The formulae could be:
B1 =IF(AND(A1="",COUNT(A2:A4)=3),(A4+A3)/(1-A2),"")
B2 =IF(AND(A2="",COUNT(A1,A3,A4)=3),1-((A4+A3)/A1),"")
B3 =IF(AND(A3="",COUNT(A1,A2,A4)=3),A1*(1-A2)-A4,"")
B4 =IF(AND(A4="",COUNT(A1:A3)=3),A1*(1-A2)-A3,"")
--
David Biddulph

"pk" wrote in message
...
I have been asked to come up with a smple way to let non technical users
key
in 3 values on a sheet and have the sheet calculate the 4th value. It is
a
very easy calculation, but I'm not sure how to allow for any of the three
values to be entered and calculate the fourth. Here are the values

A1 Revenue (in dollars)
A2 Variable Costs (percentge)A
3 Fixed Costs (In dollars)
A4 Profit

The formula for A4 is =A1*(1-A2)-A3 (This gives the profit).

My problem is that my boss wants his employees to be able to change the
value of A4 (the profit) and let the system recalculate A1, A2 or A3
depending on which one they leave blank!

Any Ideas?



  #3   Report Post  
Posted to microsoft.public.excel.misc
PK PK is offline
external usenet poster
 
Posts: 69
Default Recalculate based on 3 of 4 variables.

Thanks David, this gives me a great start.

Best Regarsd.

"David Biddulph" wrote:

One way would be to give an answer in B1,B2,B3,B4 alongside whichever one is
left blank of A1,A2,A3,A4.

The formulae could be:
B1 =IF(AND(A1="",COUNT(A2:A4)=3),(A4+A3)/(1-A2),"")
B2 =IF(AND(A2="",COUNT(A1,A3,A4)=3),1-((A4+A3)/A1),"")
B3 =IF(AND(A3="",COUNT(A1,A2,A4)=3),A1*(1-A2)-A4,"")
B4 =IF(AND(A4="",COUNT(A1:A3)=3),A1*(1-A2)-A3,"")
--
David Biddulph

"pk" wrote in message
...
I have been asked to come up with a smple way to let non technical users
key
in 3 values on a sheet and have the sheet calculate the 4th value. It is
a
very easy calculation, but I'm not sure how to allow for any of the three
values to be entered and calculate the fourth. Here are the values

A1 Revenue (in dollars)
A2 Variable Costs (percentge)A
3 Fixed Costs (In dollars)
A4 Profit

The formula for A4 is =A1*(1-A2)-A3 (This gives the profit).

My problem is that my boss wants his employees to be able to change the
value of A4 (the profit) and let the system recalculate A1, A2 or A3
depending on which one they leave blank!

Any Ideas?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel to recalculate a worksheet based on a time interval HeireneM Excel Worksheet Functions 5 March 7th 07 03:12 PM
automatically updating graphs based upon conditional variables GGC Charts and Charting in Excel 2 June 22nd 06 01:31 PM
Using formulas to source a value based on 2 variables bsmith69 Excel Worksheet Functions 2 June 14th 06 11:12 PM
counting based ona number of variables. vipa2000 Excel Worksheet Functions 11 July 29th 05 04:08 PM
will not recalculate Ray S Excel Worksheet Functions 7 December 30th 04 07:42 AM


All times are GMT +1. The time now is 11:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"