Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default conditional written statement

I have a spreadsheet which computes the remaining funds in an escrow
account in dollars. When the escrow amount is short, the spreadsheet
puts the amount in parenthesis. Let's say for this example it reads
that the escrow is short $50.00. Now in this condition I want another
cell to read " the escrow is short" in this condition only (that being
the escrow is showing a shortage). If there is no shortage or if it
reads zero dollars I don't want any statement to be written
(inotherwords ignore the amount and write no statement).

Is there a simple way to perform this condition using perhaps an
" IF " statement ? Please keep it simple as I consider myself a
beginner in this stuff.
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default conditional written statement

"frankg" wrote in message
...
I have a spreadsheet which computes the remaining funds in an escrow
account in dollars. When the escrow amount is short, the spreadsheet
puts the amount in parenthesis. Let's say for this example it reads
that the escrow is short $50.00. Now in this condition I want another
cell to read " the escrow is short" in this condition only (that being
the escrow is showing a shortage). If there is no shortage or if it
reads zero dollars I don't want any statement to be written
(inotherwords ignore the amount and write no statement).

Is there a simple way to perform this condition using perhaps an
" IF " statement ? Please keep it simple as I consider myself a
beginner in this stuff.


Let's say the cell with the $ figure in it was A1. Then try this formula in
another cell:
=IF(A1<0,"the escrow is short","")


  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default conditional written statement

On Mon, 17 Nov 2003 12:42:45 -0000, "Paul" <none wrote:

"frankg" wrote in message
.. .
I have a spreadsheet which computes the remaining funds in an escrow
account in dollars. When the escrow amount is short, the spreadsheet
puts the amount in parenthesis. Let's say for this example it reads
that the escrow is short $50.00. Now in this condition I want another
cell to read " the escrow is short" in this condition only (that being
the escrow is showing a shortage). If there is no shortage or if it
reads zero dollars I don't want any statement to be written
(inotherwords ignore the amount and write no statement).

Is there a simple way to perform this condition using perhaps an
" IF " statement ? Please keep it simple as I consider myself a
beginner in this stuff.


Let's say the cell with the $ figure in it was A1. Then try this formula in
another cell:
=IF(A1<0,"the escrow is short","")


That works perfect.
Thanks a lot.

ps-- I really enjoy this newsgroup. One of the few I frequent that
seems to lack the flames in quantity like some of the others. Seems
like people here really enjoy and help people. Great !!
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
Conditional Statement regdor Excel Worksheet Functions 8 January 4th 08 09:36 PM
Conditional If Statement Moz Excel Discussion (Misc queries) 2 December 1st 07 04:36 PM
Conditional If statement Dan Excel Worksheet Functions 0 March 26th 06 11:46 PM
conditional statement mjstizzle New Users to Excel 1 June 29th 05 05:18 PM
Conditional IF statement Rick[_21_] Excel Programming 2 October 29th 03 04:52 PM


All times are GMT +1. The time now is 02:37 PM.

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"