- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there....
There is something that looks a little bit nonsense in my area schedule.
I am scheduling different type of units such as flat, maisonette and multi-storey house. Since either maisonette and house areas are spread on different levels I've created a formula to calculate the total number of units correctly. i.e. a duplex has a total area which is the sum of the two areas on two different floors and so, needs to be counted as 1 (area) instead of 2.
I've assigned a value equal to the number of levels the area is spread on and then make the grand total.
Here the formula: if(LEVEL=3,1/3,if(LEVEL=2,1/2,if(LEVEL=1,1,0))).
Where LEVEL is an input assigned to each area.
Then, I want to calculate the total number of RENTED units and I did the same process, but this time I combine a RENTED VALUE created like LEVEL.
Here the weird thing, as I attached, the values per row are correct only if I don't make any calculation at the bottom. As soon as I calculate the total all value would change.
Any idea about what I am doing wrong?
Many thanks
Solved! Go to Solution.