Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Rental yeild formula?

Hi,

Can someone help me with

=IF(AND(V24="",H24=""),"",SUM(V24/H24))

H24 = Property value
V24 = Rental return
W24 = Answer from equation

The problem I am facing is that there is not always a figure in H24 or V24
so I get #DIV/0 as an answer in W24.

What do I need to do to the formula to give the answer that I'm after but
leave cell W24 blank if either H24 or V24 are balnk?

Thanks in advance for your help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Rental yeild formula?

=IF(OR(V24="",H24=""),"",V24/H24)


"Scoober" wrote:

Hi,

Can someone help me with

=IF(AND(V24="",H24=""),"",SUM(V24/H24))

H24 = Property value
V24 = Rental return
W24 = Answer from equation

The problem I am facing is that there is not always a figure in H24 or V24
so I get #DIV/0 as an answer in W24.

What do I need to do to the formula to give the answer that I'm after but
leave cell W24 blank if either H24 or V24 are balnk?

Thanks in advance for your help.

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
looking for a rental property expense income worksheet DC Excel Worksheet Functions 1 May 2nd 09 01:45 PM
Rental Lease Agreements Monthly and yearly Excel Worksheet Functions 0 March 25th 09 01:08 AM
How to Calculate Annuity Rental Azam_Saeed Excel Discussion (Misc queries) 2 June 15th 08 05:01 AM
Template for Condo Rental Costs Jeff Pagano Excel Discussion (Misc queries) 0 June 21st 06 03:59 AM
how do I set up a listing of rental properties and various info o. itsme0715 New Users to Excel 1 January 30th 05 06:07 AM


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