#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Formatting

I have 2 questions that are probably related to one
another.

1. I would like to know how to change a spreadsheet
from radians to degrees. I am aware that sin(radians(B4))
will do this for me, but it would be nice if I didn't
need to type all that. I know there is a way to set up
your excel such that I can simply type sin(30) and get .5
without converting from radians
2. when I am using 'if' statements, I have some
spreadsheets that work differently from others. =IF(AND
(D111,Q23=1,D10=0),1,0) will return a 1 if the statement
is true, and a 0 if it is false. =IF(AND
(D111,Q23=1,D10=0),1) will ALSO return a 1 if true and
return a default of 0 if false on some spreadsheets, but
will return the word 'FALSE' as a default on others (note
that I did not include the ,0 at the end). I would like
to know how to change a spreadsheet from using one
default value to another (creating links between these
two types of spreadsheets has created many problems).

Any help would be very appreciated

GL

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Formatting

See one guess at your other post.


Lawson wrote:

I have 2 questions that are probably related to one
another.

1. I would like to know how to change a spreadsheet
from radians to degrees. I am aware that sin(radians(B4))
will do this for me, but it would be nice if I didn't
need to type all that. I know there is a way to set up
your excel such that I can simply type sin(30) and get .5
without converting from radians
2. when I am using 'if' statements, I have some
spreadsheets that work differently from others. =IF(AND
(D111,Q23=1,D10=0),1,0) will return a 1 if the statement
is true, and a 0 if it is false. =IF(AND
(D111,Q23=1,D10=0),1) will ALSO return a 1 if true and
return a default of 0 if false on some spreadsheets, but
will return the word 'FALSE' as a default on others (note
that I did not include the ,0 at the end). I would like
to know how to change a spreadsheet from using one
default value to another (creating links between these
two types of spreadsheets has created many problems).

Any help would be very appreciated

GL


--

Dave Peterson

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
condionally formatting based on another cells formatting? Derrick Excel Discussion (Misc queries) 2 July 31st 09 08:05 PM
Formatting Conditional Formatting Icon Sets The Rook[_2_] Excel Discussion (Misc queries) 3 March 7th 09 08:48 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM


All times are GMT +1. The time now is 01:13 PM.

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

About Us

"It's about Microsoft Excel"