#1   Report Post  
Posted to microsoft.public.excel.misc
Serge
 
Posts: n/a
Default IF Question

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   Report Post  
Posted to microsoft.public.excel.misc
Serge
 
Posts: n/a
Default IF Question

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   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default IF Question

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   Report Post  
Posted to microsoft.public.excel.misc
Serge
 
Posts: n/a
Default IF Question

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   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default IF Question

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
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
Is this the proper place to ask my question? amkazen Excel Discussion (Misc queries) 1 March 1st 06 05:20 PM
Summary Page Question EyeNoNothing via OfficeKB.com Excel Discussion (Misc queries) 1 February 18th 06 10:03 PM
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
Follow-Up (Clarification) to MIN question Odawg Excel Discussion (Misc queries) 4 October 20th 05 04:04 AM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM


All times are GMT +1. The time now is 07:19 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"