Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I put this typ of equation into an excel spreadsheet.
A6(variable)+____ =65 (A6+B6=$C$6) I need to set up a spread sheet so when I put a number in the A6 area the B6 area is always populated with the right number. 65(C6) is a constant. I hope I explained this correctly I know this may be simple for some.... Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In B6: =IF(COUNT(A6,C$6)<2,"",C$6-A6)
-- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:300 Subscribers:70 xdemechanik --- "DLL" wrote: How do I put this typ of equation into an excel spreadsheet. A6(variable)+____ =65 (A6+B6=$C$6) I need to set up a spread sheet so when I put a number in the A6 area the B6 area is always populated with the right number. 65(C6) is a constant. I hope I explained this correctly I know this may be simple for some.... Thanks for any help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Never expected to get the answer that quick!! Thanks a TON!
"Max" wrote: In B6: =IF(COUNT(A6,C$6)<2,"",C$6-A6) -- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:300 Subscribers:70 xdemechanik --- "DLL" wrote: How do I put this typ of equation into an excel spreadsheet. A6(variable)+____ =65 (A6+B6=$C$6) I need to set up a spread sheet so when I put a number in the A6 area the B6 area is always populated with the right number. 65(C6) is a constant. I hope I explained this correctly I know this may be simple for some.... Thanks for any help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Max showed a good way to solve this, with included finesse to handle
incomplete data entry. Here is a simpler solution. Start with your premise: A6+B6=$C$6 Rearranging, B6 = $C$6 - A6 Which is the formula for B6: =$C$6-A6 There's nothing wrong with Max's solution, just thought you might like to know there is more than one way. DLL wrote: Never expected to get the answer that quick!! Thanks a TON! "Max" wrote: In B6: =IF(COUNT(A6,C$6)<2,"",C$6-A6) -- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:300 Subscribers:70 xdemechanik --- "DLL" wrote: How do I put this typ of equation into an excel spreadsheet. A6(variable)+____ =65 (A6+B6=$C$6) I need to set up a spread sheet so when I put a number in the A6 area the B6 area is always populated with the right number. 65(C6) is a constant. I hope I explained this correctly I know this may be simple for some.... Thanks for any help. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
welcome
-- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:300 Subscribers:70 xdemechanik --- "DLL" wrote in message ... Never expected to get the answer that quick!! Thanks a TON! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Beginner to Excel 2007 | Excel Discussion (Misc queries) | |||
Excel Question from a beginner | Excel Discussion (Misc queries) | |||
Beginner in excel | Excel Discussion (Misc queries) | |||
Excel Beginner, | Excel Worksheet Functions | |||
EXCEL-Beginner | Links and Linking in Excel |