Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am creating a spreadsheet for solving "Solution of Triangles).
For the most part everything works well except for one situation. In: B51 (Angle A)--------------J51 (Angle B) So in J51 the formula is "=B51-90" It works as long as there is data in B51. But when the cell is empty the answer I get is 90 with the degree symbol because the cell is formated to show the answer with the degree symbol. How can this formula in J51 be modified to show an empty cell when B51 has no input yet? Many Thanks in advance. Serge |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
J51 should have read "=90-B51"
"Serge" wrote: I am creating a spreadsheet for solving "Solution of Triangles). For the most part everything works well except for one situation. In: B51 (Angle A)--------------J51 (Angle B) So in J51 the formula is "=B51-90" It works as long as there is data in B51. But when the cell is empty the answer I get is 90 with the degree symbol because the cell is formated to show the answer with the degree symbol. How can this formula in J51 be modified to show an empty cell when B51 has no input yet? Many Thanks in advance. Serge |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Serge!
Try this: =IF(B51="","",B51-90) Biff "Serge" wrote in message ... I am creating a spreadsheet for solving "Solution of Triangles). For the most part everything works well except for one situation. In: B51 (Angle A)--------------J51 (Angle B) So in J51 the formula is "=B51-90" It works as long as there is data in B51. But when the cell is empty the answer I get is 90 with the degree symbol because the cell is formated to show the answer with the degree symbol. How can this formula in J51 be modified to show an empty cell when B51 has no input yet? Many Thanks in advance. Serge |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Biff,
You always seem to be there for my rescue. Thank you so much. Serge J. "Biff" wrote: Hi Serge! Try this: =IF(B51="","",B51-90) Biff "Serge" wrote in message ... I am creating a spreadsheet for solving "Solution of Triangles). For the most part everything works well except for one situation. In: B51 (Angle A)--------------J51 (Angle B) So in J51 the formula is "=B51-90" It works as long as there is data in B51. But when the cell is empty the answer I get is 90 with the degree symbol because the cell is formated to show the answer with the degree symbol. How can this formula in J51 be modified to show an empty cell when B51 has no input yet? Many Thanks in advance. Serge |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "Serge" wrote in message ... Hello Biff, You always seem to be there for my rescue. Thank you so much. Serge J. "Biff" wrote: Hi Serge! Try this: =IF(B51="","",B51-90) Biff "Serge" wrote in message ... I am creating a spreadsheet for solving "Solution of Triangles). For the most part everything works well except for one situation. In: B51 (Angle A)--------------J51 (Angle B) So in J51 the formula is "=B51-90" It works as long as there is data in B51. But when the cell is empty the answer I get is 90 with the degree symbol because the cell is formated to show the answer with the degree symbol. How can this formula in J51 be modified to show an empty cell when B51 has no input yet? Many Thanks in advance. Serge |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is this the proper place to ask my question? | Excel Discussion (Misc queries) | |||
Summary Page Question | Excel Discussion (Misc queries) | |||
Pivot table question | Excel Discussion (Misc queries) | |||
Follow-Up (Clarification) to MIN question | Excel Discussion (Misc queries) | |||
How do I find and replace a question mark in Excel? | Excel Discussion (Misc queries) |