Formula to show text or number

treaves04

Board Regular
Joined
Jul 2, 2012
Messages
62
Office Version
  1. 365
Platform
  1. Windows
I have a rent tracking spreadsheet for my tenants. I have a column showing each month their rent due or paid. currently, this is the formula I use to pull each months rent from the list of received rents:

=SUMIFS('Rent Rec'!$C:$C,'Rent Rec'!$A:$A,'Rent Rolls'!$C4,'Rent Rec'!$B:$B,">="&'Rent Rolls'!$L$1,'Rent Rec'!$B:$B,"<"&'Rent Rolls'!$M$1)

Rent Rec Column C is the amount of rent
Rent Rec Column A is the code I use to lookup each property
Rent Roll column 4 is the code to lookup to match Rent Rec Column A
The last two are to limit the date ranges each month.

This works great unless I have a vacancy, repairs, etc. I would like to be able to put in a line of text into he Rent Rec Sheet that I use as a note showing "Moved Out", "Repairs", or whatever text I need there. Currently, my SUMIFS will only pull numbers and ignores text. Is there a way to work around this?

Thank You for the help.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
In which column are you going to put the text?
Could you give an example of the data you would have on each sheet?
I await your comments
 
Upvote 0

Forum statistics

Threads
1,215,787
Messages
6,126,897
Members
449,347
Latest member
Macro_learner

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