Conditional Formatting within same workbook but comparing different tabs

ExcelUser18

New Member
Joined
May 3, 2017
Messages
34
Hi All,

I need to compare two workbooks for a quarter over quarter analysis that are identical in size/formatting however some of the numbers may change. What I'd like to have is 1 workbook and have a 1Q21 tab and a 2Q21 tab side by side and apply a conditional formatting to 2Q21 which will show an increase (green) or a decrease (red) from the prior quarter. Of course if no change, no color would be applied. While the size (rows and columns) almost never change, it is possible that 3Q21 might be larger with an additional row or column (either in the middle or at the end of the range) than 2Q21, which may throw off the conditional formatting. For now, the range would be A1:AO150.

Also, if solved, would a simple copy tab to the same workbook continue to carry over the conditional formatting to the prior tab or how would you suggest?

Any help would be appreciated, please let me know if you need clarification.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hi ExcelUser18,

Here is the starting point with, for the sake of simplicity, just has data in B1 to D10.

ExcelUser18.xlsx
ABCD
11Q21SalesCostsProfit
21000350650
31000350650
41000350650
5900350550
61000200800
71000350650
8102000-1990
91000350650
101000350650
1Q21
Cell Formulas
RangeFormula
D2:D10D2=B2-C2


The simplest approach would be just to compare each cell for > or < but note the color coding green red will depend on the meaning of the cell. If there are more or less rows of data then they'll all be highlit red/green for that row.

ExcelUser18.xlsx
ABCD
12Q21SalesCostsProfit
21000350650
31000350650
41100350750
5800350450
61000400600
71000350650
89001900-1000
91000350650
10
2Q21
Cell Formulas
RangeFormula
D2:D9D2=B2-C2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:D10Expression=B1<'1Q21'!B1textNO
B1:D10Expression=B1>'1Q21'!B1textNO


The challenge is when you add 3Q21, which could be a copy of 2Q21 and it would carry across the Conditional Formatting but still comparing to 1Q21. To get around this you could have a cell to give the sheet name against which to compare and then use INDIRECT.

ExcelUser18.xlsx
ABCD
13Q21SalesCostsProfit
2compare to1000350650
32Q211000500500
42350-348
522223501872
61000400600
71000350650
89001900-1000
9
10
3Q21
Cell Formulas
RangeFormula
D2:D8D2=B2-C2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B1:D10Expression=B1<INDIRECT("'"&$A$3&"'!"&ADDRESS(ROW(),COLUMN()))textNO
B1:D10Expression=B1>INDIRECT("'"&$A$3&"'!"&ADDRESS(ROW(),COLUMN()))textNO
 
Upvote 0
Thanks Toadstool. The 1st part of your answer works correctly and if its an exact copy, the conditional formatting works. To your 2nd part, 1Q21 might have 130 rows but 2Q21 might have 135 rows or 125 rows. It sounds like it will throw off the formatting and thus cause half of the sheet to light up in colors, which obviously isn't the purpose. Any idea of how to get around that? One thing I may add to this is that in Column B and in Row 6, there are identifying numbers and headers, respectively, which I use index(match(match)) to pull data from a 3rd tab (not previously mentioned). Regardless of the size of each spreadsheet, the exact data that I need pulls into 2Q21 tab, which is then compared to 1Q21 to determine if the numbers increased or decreased. Is there some sort of index match formula with re: to conditional formatting?

Regarding the 3rd part, I might just skip that and continue to format each future tab, assuming part 2 of the aforementioned answer could be figured out.
 
Upvote 0
It's tricky to follow without an example of what you have so far so maybe you can anonymize some test data and post using XL2BB?

If column B has something like a GL Code and you only want to compare when they match then this would work.

ExcelUser18-v2.xlsx
ABCDE
11Q21GLCodeSalesCostsProfit
2222-221000350650
3333-331000350650
4444-441000350650
5555-55900350550
6666-661000400600
7777-771000350650
8888-88102000-1990
9999-991000350650
10123-451000350650
11
1Q21
Cell Formulas
RangeFormula
E2:E10E2=C2-D2


ExcelUser18-v2.xlsx
ABCDE
12Q21GLCodeSalesCostsProfit
2222-221000350650
3333-331000350650
4444-441100350750
5222-22800350450
6666-661000400600
7777-771000350650
8888-889001900-1000
9444-441000400600
10
11
12
2Q21
Cell Formulas
RangeFormula
E2:E9E2=C2-D2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C2:E16Expression=C2<INDEX('1Q21'!$C$2:$E$16,MATCH($B2,'1Q21'!$B$2:$B$16,0),COLUMN()-COLUMN($B$1))textNO
C2:E16Expression=C2>INDEX('1Q21'!$C$2:$E$16,MATCH($B2,'1Q21'!$B$2:$B$16,0),COLUMN()-COLUMN($B$1))textNO
 
Upvote 0
Mr. Excel Example.xlsx
ABCDEFGHIJKLMNO
1Validation Tape
2Cut Off Date = hard coded on purpose
3
4FORMULAFORMULAFORMULA
5Sign Off
6Corresponding Database Field:Investment NameCurrent Commitment - Whole LoanCurrent Commitment - SR FinancingCurrent Commitment - SM RetCalcWhole Loan SpreadSr SpreadFully Fin. Ret Spread - UWCurrent OPB as of 6/30/18 or closing - Whole LoanCurrent OPB as of 6/30/18 or closing - Sr FinancingCurrent OPB as of 6/30/18 or closing - SM RetCalc
7PortfolioInvestment NumberInvestmentInitial Whole Loan CommitmentWhole Cut Off CommitmentSenior Cut Off CommitmentRetained Cut Off CommitmentCommitted Advance RateFully Financed Whole Loan SpreadFully Financed Senior SpreadFully Financed Retained SpreadWhole Cut Off OPBSenior Cut Off OPBRetained Cut Off OPBCut Off Advance Rate
82 UnrealizedCSCP020011121,243,000.00121,243,00090,932,25030,310,75075.00%3.60%2.10%8.10%109,535,201.8881,270,878.6528,264,323.2374.20%
9CSCP02002251,000,000.0051,000,00038,250,00012,750,00075.00%3.65%2.15%8.15%36,725,330.1927,352,495.389,372,834.8174.48%
10CSCP02003346,000,000.0046,000,00034,500,00011,500,00075.00%3.55%1.65%9.25%41,401,633.1031,051,224.8310,350,408.2775.00%
11CSCP020054136,400,000.00132,400,00099,897,50032,502,50075.45%3.29%1.85%7.73%127,162,739.1697,651,122.8529,511,616.3176.79%
12CSCP02007559,944,500.0059,944,50047,955,60011,988,90080.00%2.60%1.50%7.00%53,956,987.7943,165,590.2310,791,397.5680.00%
13CSCP02008665,000,000.0065,000,00049,400,00015,600,00076.00%2.75%1.40%7.03%65,000,000.0049,400,000.0015,600,000.0076.00%
14CSCP02010771,000,000.0034,834,79326,864,3177,970,47577.12%3.79%2.65%7.62%34,834,792.8526,864,317.457,970,475.4077.12%
15CSCP02011890,000,000.0090,000,00065,000,00025,000,00072.22%2.90%1.50%6.54%90,000,000.0065,000,000.0025,000,000.0072.22%
16CSCP02013935,815,000.0031,815,00024,640,4107,174,59077.45%3.15%2.00%7.10%26,027,220.7218,608,860.307,418,360.4271.50%
17CSCP020151080,000,000.0081,003,32756,000,00025,003,326.9969.13%3.00%1.90%5.46%80,654,456.1856,000,000.0024,654,456.1869.43%
18CSCP0201611275,000,000.00265,000,000212,000,00053,000,00080.00%2.85%1.90%6.65%265,000,000.00212,000,000.0053,000,000.0080.00%
19CSCP020171276,602,500.0076,602,50049,000,00027,602,50063.97%2.75%1.75%4.53%63,773,701.1649,000,000.0014,773,701.1676.83%
20CSCP0201813116,500,000.00117,084,27479,515,00037,569,27467.91%3.25%1.85%6.21%117,084,273.6579,515,000.0037,569,273.6567.91%
21CSCP020191489,000,000.0089,000,00071,200,00017,800,00080.00%2.50%1.50%6.50%80,908,229.3964,282,604.7116,625,624.6879.45%
22CSCP0202015165,000,000.00165,000,000132,000,00033,000,00080.00%2.35%1.40%6.15%159,711,352.58127,708,303.2132,003,049.3779.96%
23CSCP020211653,050,000.0053,050,00042,440,00010,610,00080.00%2.65%1.50%7.25%52,788,993.7342,045,455.6510,743,538.0879.65%
24CSCP020221764,579,912.0064,731,27341,976,94322,754,33064.85%2.93%1.50%5.57%64,473,918.9340,069,360.7424,404,558.1962.15%
25CSCP0202418470,000,000.00470,000,000376,000,00094,000,00080.00%2.30%1.60%5.10%355,887,657.34275,113,460.8780,774,196.4777.30%
26CSCP020251966,500,000.0066,500,00053,200,00013,300,00080.00%2.75%1.70%6.95%61,148,691.3348,918,953.0712,229,738.2680.00%
27CSCP0202620200,000,000.00200,000,000160,000,00040,000,00080.00%4.00%2.35%10.60%177,620,702.70142,096,562.1935,524,140.5180.00%
28CSCP020272159,000,000.0059,000,00044,250,00014,750,00075.00%3.25%1.65%8.05%58,216,030.2540,953,473.4217,262,556.8370.35%
29CSCP0202822200,000,000.00200,000,000160,000,00040,000,00080.00%3.30%1.80%9.30%164,858,516.80128,753,655.0336,104,861.7778.10%
30CSCP020302365,528,000.0065,528,00052,422,40013,105,60080.00%3.20%2.10%7.60%34,004,775.0726,924,754.547,080,020.5379.18%
31CSCP020312492,818,994.0092,818,99469,614,24623,204,74975.00%3.65%2.00%8.60%37,500,000.0028,125,000.009,375,000.0075.00%
32CSCP020322580,000,000.0080,000,00064,000,00016,000,00080.00%2.90%1.60%8.10%71,005,344.3556,804,275.4714,201,068.8880.00%
33CSCP0203326168,248,235.3388,868,447.8079,379,787.5352.82%3.00%166,779,781.2088,868,447.8077,911,333.4053.28%
34CSCP020342782,200,000.0082,200,00057,540,00024,660,00070.00%5.00%2.50%10.83%79,135,768.4452,708,518.4526,427,249.9966.61%
35CSCP0203528205,000,000.00205,000,000150,750,00054,250,00073.54%3.70%2.15%8.01%123,363,873.7291,310,528.0032,053,345.7274.02%
36CSCP0203629211,190,000.00211,190,000168,952,00042,238,00080.00%3.25%2.00%8.25%205,190,000.00164,152,000.0041,038,000.0080.00%
37CSCP020373069,750,000.0069,750,00055,800,00013,950,00080.00%3.50%2.00%9.50%69,000,000.0055,200,000.0013,800,000.0080.00%
38CSCP020383157,250,000.0057,250,00042,937,50014,312,50075.00%3.60%2.00%8.40%56,600,000.0042,450,000.0014,150,000.0075.00%
39CSCP020393245,500,000.0045,500,00036,400,0009,100,00080.00%3.45%2.00%9.25%45,500,000.0036,400,000.009,100,000.0080.00%
6.31.21 TEST
Cell Formulas
RangeFormula
K8:K32,K34:K39K8=(P8*E8-Q8*F8)/G8
H8:H39,O8:O39H8=+F8/E8
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:AZ150Expression=A1>'3.31.21 Final'!A1textNO
A1:AZ150Expression=A1<'3.31.21 Final'!A1textNO
E1:AO130Expression=E1>'3.31.21 Final'!E1textNO
E1:AO130Expression=E1<'3.31.21 Final'!E1textNO
 
Upvote 0
See above post. I have the book already formatted with both tabs however I'm not sure how I can upload that; I'm a novice user. If you could copy that tab twice then add the conditional formatting, that might be more helpful. Ultimately, I'm looking for any change starting from Cell A1 through the rest of the data sheet. Right now, if Tab 6.31.21 Test is higher than 3.31.21 Final, it shows up as Green and if it's lower than the 3.31.21 Final tab, it shows up as Orange. (Ignore the other extra color shading. Interestingly enough, Conditional Formatting overwrites any colors which is GREAT). While future quarters may have extra rows or columns, the formatting for Column B and Row 7 (the column/row I'd like reference in the index/match formula to pull from a 3rd tab) will remain the same. Basically if Row 11 is deleted in 6.31.21 TEST tab, it won't compare to Row 11 in the 3.31.21 Final tab. That is why I hope we can set the conditional formatting formula based off Column B and Row 7 so it won't matter if a row or column is added/deleted. I think that makes sense but I could certainly be wrong. Let me know what else I could do to help clarify. Thank you!
 
Upvote 0
Hi Exceluser18,

I'm perplexed. If your data may have more/fewer rows then is it possible Investment Numbers may go and new ones arrive? (e.g. CSCP02008 is not on the next quarter sheet but CSCP02009 has been added). If so then, assuming Investment Number is your unique identifier for a row, you will need to use some kind of MATCH to only compare rows with the same Investment Number.

You've said columns may also be different which means if column H is moved/deleted then every cell to its right would be highlit as different. Again, you'd need to use some kind of MATCH to look in the correct column.

The complexity of your Conditional Formats will be great as they'll need to search the other sheet for a matching number, so something like this:
Excel Formula:
=INDEX('6.31.21 FINAL'!$A$7:$Q$999,MATCH('6.31.21 TEST (3)'!$B8,'6.31.21 FINAL'!$B:$B,0)-ROW($B$6),MATCH('6.31.21 TEST (3)'!D$7,'6.31.21 FINAL'!$7:$7,0))

With so many references to the other sheet embedded in the Conditional Format it would make maintenance tricky each month. You'd probably want to avoid that by using INDIRECT so maybe put the sheet name to compare in D1 and compare using:
Excel Formula:
=INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH(INDIRECT("'"&$D$1&"'!$B"&ROW()),INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(D7))),INDIRECT("'"&$D$1&"'!$7:$7"),0))

Is this a direction you want to go?
 
Upvote 0
Hi Toadstool,

Yes, it is likely that next quarter Investment #CSCP02008 is not on the next quarter tab but CSCP02009 will be added. Or lets say I needed to add a new column to next quarter because we need to incorporate a new column of data. My view is that it doesn't pose an issue because if a new investment number is added as a new row with new data, we know we won't need to check it from the prior quarter because it doesn't exist though you now bring up a new point: should there be formatting to flag that entire row? We have green and orange to reflect increases or decreases however could that be flagged another color because the formula doesn't return back a match?

I think the match comments you made are what I'm referencing but I'll explain with more detail in case I'm mixing things up. The formula I'd like to use to pull data from a 3rd unreferenced tab to fill in the tape would start in cell D8 of 6.31.21 TEST and would look like this: =INDEX('3rd Unreferenced Tab'!$1:$1048576,MATCH('6.31.21 TEST'!$C8,'3rd Unreferenced Tab'!$B:$B,0),MATCH('6.31.21 TEST'!D$7,'3rd Unreferenced Tab'!$5:$5,0)). What I'm hoping for is to replicate the same formula but for the conditional formatting so that way it won't matter the layout of the tape from quarter to quarter, as long as it finds the two identifying row/columns, it'll pull back the right data/conditional formatting correctly. In the instance a new number is added, it won't find it on the prior quarter's tab and the whole row should light up (assuming conditional formatting can be applied that way). All the conditional formatting requests are to flag for the user as a way to focus on increases/decreases/new investment #'s and their respective data.

Please let me know if that does not make sense; I hope I am being clear.

Thank you
 
Upvote 0
Hi ExcelUser18,

You describe yourself as a novice so I should eschew the INDIRECT proposal but I just can't help myself.

Here is your 6.31.21 FINAL sheet which I've reduced to just column H for brevity. I've increased the number in G8, reduced the number in F10 (which of course reduce the result of the calculation in H10), removed the entry for CSCP02008 and added a row for CSCP02012. The cell colours are just there to remind me of the manual changes.

ExcelUser18-v3.xlsx
ABCDEFGH
1Validation Tape
2Cut Off Date = hard coded on purpose
3
4FORMULA
5Sign Off
6Corresponding Database Field:Investment NameCurrent Commitment - Whole LoanCurrent Commitment - SR FinancingCurrent Commitment - SM RetCalc
7PortfolioInvestment NumberInvestmentInitial Whole Loan CommitmentWhole Cut Off CommitmentSenior Cut Off CommitmentRetained Cut Off CommitmentCommitted Advance Rate
82 UnrealizedCSCP02001112124300012124300090932250303107510.75
9CSCP020022510000005100000038250000127500000.75
10CSCP020033460000004600000034400000115000000.747826087
11CSCP02005413640000013240000099897500325025000.75451284
12CSCP020075599445005994450047955600119889000.8
13CSCP020096650000006500000049400000156000000.76
14CSCP0201077100000034834792.8526864317.457970475.40.771192111
15CSCP020118900000009000000065000000250000000.722222222
16CSCP020129358150003181500024640410.37174589.70.774490344
17CSCP020139358150003181500024640410.37174589.70.774490344
18CSCP02015108000000081003326.995600000025003326.990.691329629
19CSCP0201611275000000265000000212000000530000000.8
20CSCP0201712766025007660250049000000276025000.639665807
21CSCP0201813116500000117084273.77951500037569273.650.679126218
6.31.21 FINAL
Cell Formulas
RangeFormula
H8:H21H8=+F8/E8


Here's your 6.31.21 TEST sheet with Conditional Formatting applied.
In cell D1 you must enter the sheet name against which you want to compare.
The formula depends on column B always being the Investment Number and the heading always being in row 7. The conditional format therefore starts in B7.
There are three Conditional Format formulae:
  1. The check for no matching Investment Number. If B7 and below have no match on the sheet against which to compare then it highlights the cell in amber (as it's done for row 13 because CSCP02008 doesn't exist on 6.31.21 FINAL).
  2. The check for 6.31.21 TEST sheet value less than 6.31.21 FINAL value matched by Investment Number which gives a highlight in apricot.
  3. The check for 6.31.21 TEST sheet value greater than 6.31.21 FINAL value matched by Investment Number which gives a highlight in light green.
Please note that the new CSCP02012 on 6.31.21 FINAL cannot identify a 6.31.21 TEST cell because there's nothing to match.

ExcelUser18-v3.xlsx
ABCDEFGH
1Validation Tape6.31.21 FINAL
2Cut Off Date = hard coded on purpose
3
4FORMULA
5Sign Off
6Corresponding Database Field:Investment NameCurrent Commitment - Whole LoanCurrent Commitment - SR FinancingCurrent Commitment - SM RetCalc
7PortfolioInvestment NumberInvestmentInitial Whole Loan CommitmentWhole Cut Off CommitmentSenior Cut Off CommitmentRetained Cut Off CommitmentCommitted Advance Rate
82 UnrealizedCSCP02001112124300012124300090932250303107500.75
9CSCP020022510000005100000038250000127500000.75
10CSCP020033460000004600000034500000115000000.75
11CSCP02005413640000013240000099897500325025000.75451284
12CSCP020075599445005994450047955600119889000.8
13CSCP020086650000006500000049400000156000000.76
14CSCP0201077100000034834792.8526864317.457970475.40.771192111
15CSCP020118900000009000000065000000250000000.722222222
16CSCP020139358150003181500024640410.37174589.70.774490344
17CSCP02015108000000081003326.995600000025003326.990.691329629
18CSCP0201611275000000265000000212000000530000000.8
19CSCP0201712766025007660250049000000276025000.639665807
20CSCP0201813116500000117084273.77951500037569273.650.679126218
21
6.31.21 TEST
Cell Formulas
RangeFormula
H8:H20H8=+F8/E8
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B7:H999Expression=AND(B7<>"",ISNA(INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))))textYES
B7:H999Expression=B7>INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))textNO
B7:H999Expression=B7<INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))textNO
 
Upvote 0
Mr. Excel Example.xlsx
QRSTUVWXYZAAABAC
1
2
3Ref Only - DO NOT USERef Only - DO NOT USE
4OLD!!!FORMULA
5
6Sr SpreadCurrentRet SpreadProperty RiskParticipationAppr As Is - At Close - AttachmentAppr As Is - At Close - LTVRe-UW As Is ValueCalcRE-UW LTV
7Cut Off Senior SpreadCut Off Retained SpreadUW Risk RatingParticipation %Appraised Senior LTVAppraised Retained LTVCurrent ValuesCurrent Senior LTVCurrent Retained LTV
82.10%7.91%Performing100.0%53.46%71.28%127,664,823127,664,823129,047,99762.98%84.88%
92.15%8.03%Performing100.0%55.31%65.42%49,259,34849,259,34850,126,52154.57%73.27%
101.65%9.25%Performing100.0%51.11%68.14%50,140,18550,140,18550,302,51861.73%82.31%
111.85%8.07%Performing100.0%60.78%78.42%159,527,524159,527,524160,003,54461.03%79.47%
121.50%7.00%Performing100.0%58.44%73.05%72,402,03172,402,03173,408,90458.80%73.50%
131.40%7.03%Performing100.0%53.70%70.65%78,772,28878,772,28878,772,28862.71%82.52%
142.65%7.62%Performing100.0%43.03%49.19%64,021,69764,021,69760,601,01744.33%57.48%
151.50%6.54%Performing100.0%52.00%71.20%107,020,526107,020,526107,020,52660.34%83.55%582,148
162.00%6.03%Performing100.0%64.80%72.32%29,318,65029,318,65029,636,24160.29%84.33%1,034,979
171.90%5.50%Watchlist100.0%48.81%61.02%85,000,00085,000,00085,299,85865.65%94.55%
181.90%6.65%Performing100.0%50.12%62.65%300,000,000300,000,000296,423,14965.92%82.39%20,765,703
191.75%6.07%Performing100.0%52.53%65.67%71,000,00071,000,00076,326,32464.20%83.55%
201.85%6.21%Watchlist100.0%58.78%73.58%131,380,405131,380,405131,380,40559.71%87.93%1,565,890
211.50%6.37%Performing100.0%51.20%64.00%125,500,000125,500,000126,924,78550.65%63.75%
221.40%6.14%Performing100.0%55.79%69.74%203,846,154203,846,154204,758,14462.37%78.00%
231.50%7.15%Performing100.0%51.66%64.58%77,550,00077,550,00078,683,97153.44%67.09%
241.50%5.28%Watchlist100.0%53.47%71.29%69,400,77069,400,77073,717,00554.36%87.46%
251.60%4.68%Performing100.0%42.24%52.80%534,305,790534,305,790604,040,30845.55%58.92%
261.70%6.95%Performing100.0%59.95%74.94%81,400,00081,400,00081,400,00060.10%75.12%
272.35%10.60%Performing100.0%53.54%66.93%200,000,000200,000,000211,448,12667.20%84.00%
281.65%7.05%Performing100.0%50.25%54.72%72,806,17572,806,17576,560,70653.49%76.04%
291.80%8.65%Performing100.0%54.82%68.52%197,807,326197,807,326205,286,05562.72%80.31%
302.10%7.38%Performing100.0%49.13%61.41%45,933,21945,933,21946,409,30158.02%73.27%
312.00%8.60%Watchlist50.0%40.18%53.57%94,112,10994,112,10994,112,10959.77%79.69%
321.60%8.10%Performing100.0%48.81%61.01%101,052,334101,052,334101,246,02856.11%70.13%
333.00%REO100.0%57.82%70.46%147,477,572147,427,70560.28%113.13%
342.50%9.99%Performing100.0%59.90%77.16%88,000,00088,000,00091,427,57051.39%77.16%8,592,029
352.15%8.12%Performing100.0%36.97%50.27%245,000,000245,000,000245,380,62437.21%50.27%
362.00%8.25%Performing100.0%54.14%67.67%303,200,000303,200,000303,200,00054.14%67.67%
372.00%9.50%Performing100.0%59.23%74.03%93,200,00093,200,00093,205,45759.22%74.03%
382.00%8.40%Performing100.0%56.08%74.77%75,700,00075,700,00075,698,81056.08%74.77%
392.00%9.25%Performing100.0%59.57%74.47%61,100,00061,100,00061,098,42959.58%74.47%
40
6.31.21 TEST
Cell Formulas
RangeFormula
AA8:AA39AA8=AB8*O8
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B7:AZ200Expression=AND(B7<>"",ISNA(INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))))textYES
B7:AZ200Expression=B7>INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))textNO
B7:AZ200Expression=B7<INDEX(INDIRECT("'"&$D$1&"'!$A$7:$Q$999"),MATCH($B7,INDIRECT("'"&$D$1&"'!$B:$B"),0)-ROW($B$6),MATCH(INDIRECT("'"&$D$1&"'!"&ADDRESS(7,COLUMN(B6))),INDIRECT("'"&$D$1&"'!$7:$7"),0))textNO
 
Upvote 0

Forum statistics

Threads
1,214,867
Messages
6,122,002
Members
449,059
Latest member
mtsheetz

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