Been working this issue for a while and haven't been able to solve it myself. I can two workbooks, Rent Rolls and Rent Rec. I have several Named columns on rent Rec to keep things simple. Here is the formula I use in Rent Rolls:
=SUMIFS(RentAmtRecd,RentFrom,$C4,RentDateRecd,">="&F$1,RentDateRecd,"<"&G$1)
This formula sums all the rent (partial or whole) between the date ranges F1 and G1 (which scroll across the page).
The Problem I have is I need to be able to enter text on 'Rent Rec' and it show in the cell, but SUMIFS ignores all non-numeric Values. How can I get text such as "Evicted" or "Remodeling" into the 'Rent Rolls' cell where this formula is running?
=SUMIFS(RentAmtRecd,RentFrom,$C4,RentDateRecd,">="&F$1,RentDateRecd,"<"&G$1)
This formula sums all the rent (partial or whole) between the date ranges F1 and G1 (which scroll across the page).
The Problem I have is I need to be able to enter text on 'Rent Rec' and it show in the cell, but SUMIFS ignores all non-numeric Values. How can I get text such as "Evicted" or "Remodeling" into the 'Rent Rolls' cell where this formula is running?