Real estate calculation

excelzrf

New Member
Joined
Nov 29, 2023
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am looking for a formula that will allow us to automatically fill in the sales of units for a given assumption.

The assumption is that we will sell 2 houses every other month. I have these as drivers of:
2 sales
Every 2 months

I need it to populate the cells automatically. I need it to be:
1/1/23 - 0 sales
2/1/23 - 2 sales
3/1/23 - 0 sales
4/1/23 - 2 sales

and so on. How can I accomplish this?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Welcome to the MrExcel board!

If you want to vary the amount and/or frequency, perhaps this slight modification?

23 11 30.xlsm
AB
1How many?3
2How often?4
3
4Jan-230
5Feb-230
6Mar-230
7Apr-233
8May-230
9Jun-230
10Jul-230
11Aug-233
12Sep-230
13Oct-230
14Nov-230
15Dec-233
Sales
Cell Formulas
RangeFormula
B4:B15B4=B$1*(MOD(ROWS(B$4:B4),B$2)=0)
 
Upvote 0
Actually, I modified it to be =Assumptions!$E$6*(MOD(COLUMNS($G$64:I64),Assumptions!$E$7)=0)

But I need it to only calculate if the cell above it is >0. I tried an if statement and it is only returning 0's. If i do not have that, it is returning the number of unit sales even though the number of finished units is still 0. I need it to only return when number of units finished is >0.

See photo attached please
 

Attachments

  • Screenshot 2023-12-05 162653.png
    Screenshot 2023-12-05 162653.png
    13.3 KB · Views: 6
Upvote 0
That worked great!
Which one (or both)? There have been two suggestions.


How did you know this?
Who are you asking? Two people have responded.


I modified it to be =Assumptions!$E$6*(MOD(COLUMNS($G$64:I64),Assumptions!$E$7)=0)
What is the name of the worksheet that this formula is actually on?


See photo attached please
Unfortunately, we cannot copy from an image for testing, nor can we see any formulas that are used. Can you make up a small example of the sheet(s) involved, manually fill in the results you want and post all that with XL2BB?
Explain again in relation to the specific sample data that you post.
 
Upvote 0
I meant to reply to you, Peter. The worksheet I am on is called "Monthly Buildout" and the Assumptions tab is where I am pulling the unit sales assumptions.
 
Upvote 0
OK, thanks for the clarifications. What about the last section of my previous post?
 
Upvote 0
I am working on a coporate computer and it said it was unable to open that file type in protected view
 
Upvote 0
I will explain it as well as I can without a spreadsheet. Or, I can email you a sample of the spreadsheet so you can see the issue if that works?
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,267
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top