Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default if one cell equals zero then the next cell should say N/A

I use excel to take care of the household budget. When a balance on an
account is zero then no payment is needed. I also use it to list the date
paid and the date it cleared our checking account. If the cell for the
balance is zero, I have to manually enter N/A for the date paid and the date
cleared.
So assuming that the cell A2 is the balance of Zero, I would like B2 and C2
to automatically read N/A. However if the cell A2 is anything over zero,
then it should leave the cells B2 and C2 blank.

Anyone have any ideas on how to accomplish that? It doesn't have to read
N/A it can also read 0 (zero) if it would make calculations simpler.

Thanks for any help you can be.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default if one cell equals zero then the next cell should say N/A

=IF($A2=0,"N/A","") that is a pair of double quotes before the
closing )
Put in B2 and drag it to C2
Copy both down the columns
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"TeddyBearDJ" wrote in message
...
I use excel to take care of the household budget. When a balance on an
account is zero then no payment is needed. I also use it to list the date
paid and the date it cleared our checking account. If the cell for the
balance is zero, I have to manually enter N/A for the date paid and the
date
cleared.
So assuming that the cell A2 is the balance of Zero, I would like B2 and
C2
to automatically read N/A. However if the cell A2 is anything over zero,
then it should leave the cells B2 and C2 blank.

Anyone have any ideas on how to accomplish that? It doesn't have to read
N/A it can also read 0 (zero) if it would make calculations simpler.

Thanks for any help you can be.



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
If a cell equals _, at the next row that equals _, return value fr CathyH Excel Worksheet Functions 10 May 2nd 07 07:53 PM
If cell is left blank, or equals zero, then cell equals a different cell John McMurry Excel Discussion (Misc queries) 3 April 13th 07 01:14 PM
Very Basic Problem - Merged Cell Equals Contents of a Single Cell jollynicechap Excel Worksheet Functions 3 December 29th 06 08:16 PM
How to create/run "cell A equals Cell B put Cell C info in Cell D abmb161 Excel Discussion (Misc queries) 5 January 26th 06 06:36 PM
If cell equals, give total of another cell Lori Burton Excel Discussion (Misc queries) 2 January 12th 06 04:31 PM


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