Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 390
Default I've got a problem with an Excel formula I'm working on.

I am trying to correct a formula I'm entering on Excel. The formula is:
=If(A74=E8*E9, ,If(A74<E8*E9,A74+1)); with E8=5, E9=12, and A74=60. The
result I am getting is "0", and the result I want is a blank cell. I am
trying to produce a loan amortization table where one can vary the amounts
and length of the notes. In this case, E8 is the number of years, E9 is the
number of payments within a year, and Column A is the payment number. I'm
trying to make it where after 60 months in this case, I'll get empty cells
instead of cells with "0" in them. Can you help me?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default I've got a problem with an Excel formula I'm working on.

Maybe:

=IF(A74=E8*E9,"",IF(A74<E8*E9,A74+1,""))

This makes the cell look blank, but the cell is not empty. It contains the
formula.

Bill wrote:

I am trying to correct a formula I'm entering on Excel. The formula is:
=If(A74=E8*E9, ,If(A74<E8*E9,A74+1)); with E8=5, E9=12, and A74=60. The
result I am getting is "0", and the result I want is a blank cell. I am
trying to produce a loan amortization table where one can vary the amounts
and length of the notes. In this case, E8 is the number of years, E9 is the
number of payments within a year, and Column A is the payment number. I'm
trying to make it where after 60 months in this case, I'll get empty cells
instead of cells with "0" in them. Can you help me?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default I've got a problem with an Excel formula I'm working on.

try ," ", instead of , , for the true part

"Bill" wrote:

I am trying to correct a formula I'm entering on Excel. The formula is:
=If(A74=E8*E9, ,If(A74<E8*E9,A74+1)); with E8=5, E9=12, and A74=60. The
result I am getting is "0", and the result I want is a blank cell. I am
trying to produce a loan amortization table where one can vary the amounts
and length of the notes. In this case, E8 is the number of years, E9 is the
number of payments within a year, and Column A is the payment number. I'm
trying to make it where after 60 months in this case, I'll get empty cells
instead of cells with "0" in them. Can you help me?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 440
Default I've got a problem with an Excel formula I'm working on.

Hi Bill,
You'll need to put in "" rather than leaving blank:
=If(A74=E8*E9,"" ,If(A74<E8*E9,A74+1))
If you do need to leave that bit blank, you can hide zero's in Tools/Options
and untick 'zero values'

hth
--
Traa Dy Liooar

Jock


"Bill" wrote:

I am trying to correct a formula I'm entering on Excel. The formula is:
=If(A74=E8*E9, ,If(A74<E8*E9,A74+1)); with E8=5, E9=12, and A74=60. The
result I am getting is "0", and the result I want is a blank cell. I am
trying to produce a loan amortization table where one can vary the amounts
and length of the notes. In this case, E8 is the number of years, E9 is the
number of payments within a year, and Column A is the payment number. I'm
trying to make it where after 60 months in this case, I'll get empty cells
instead of cells with "0" in them. Can you help me?

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
Excel 2002: Vlookup formula not working Mr. Low Excel Discussion (Misc queries) 3 June 5th 07 02:49 PM
array formula(s)- not working, need some help please (problem with an 'AND') KR Excel Worksheet Functions 7 July 5th 06 05:00 PM
Excel 2000 Formula Not Working Other Users Arrakeen2000 Excel Discussion (Misc queries) 1 February 10th 06 05:36 PM
Excel formula not working James Setting up and Configuration of Excel 3 March 2nd 05 06:54 PM
Excel formula not working KC Mao Excel Discussion (Misc queries) 2 December 4th 04 01:59 PM


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