Post Reply 
IF statement, delimiters, blanks in spreadsheet
06-10-2014, 04:04 AM
Post: #2
RE: IF statement, delimiters, blanks in spreadsheet
Try using this:

=IFTE(A2=0,"",ATAN(B2/A2))

You need to use the IFTE form of the IF statement in a spreadsheet. Note that the Prime spreadsheet treats a blank cell as zero for a numerical comparison. Also, it is ok to use lower case a2 for the cell address, but I like to use capital letters for consistency with the default cell column names.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: IF statement, delimiters, blanks in spreadsheet - Michael de Estrada - 06-10-2014 04:04 AM



User(s) browsing this thread: 1 Guest(s)