সুতরাং, in my other life I’m actually a science teacher, and as it usually gets round that I’m “good with computers” I usually get asked to have a look at a few things. Twice in the last few months I’ve been asked if I’d set up conditional formatting in excel to colour code student test results compared to their target grades. Whilst not exactly related to the core content of this site, এটা এখনও DIY technical help so I decided to publish a full set of instructions here. Enjoy…
প্রথমে আপনাকে একটি লুকআপ শীট প্রয়োজন
- Create a new sheet in the workbook.
- পূরণ করো 2 কলাম - বাংলাদেশের সঙ্গে বাম (1গ, 1খ, 1একটি, 2c ইত্যাদি) এবং একটি "স্কোর" মান সঙ্গে ডান (শুধু হতে পারে 1, 2, 3, 4, 5 প্রভৃতি)
- পূরণ করো 2 additional columns with a “reverse lookup” which is the same as before but with the 2 কলাম বিপরীত
- Highlight the full left hand table that you’ve created, ডান ক্লিক করুন, এবং "নাম নির্ধারণ" নির্বাচন করুন. এটা একটি নাম দিতে হবে, উদাঃ. “lookup”
- Highlight the second table you created, right click and define another name. Give it a name, উদাঃ. "Reverse_lookup"
কার্যপত্রক তৈরি
- Now create a worksheet for each class, গ্রুপ বা বছর (স্যুট যেমন). Include a column for target grades and various columns for test or assessment results (উদাঃ. নীচের হিসাবে)
- Note in this example that target data is in C3 – C5. Results are in D3 – F5
মৌলিক শর্তসাপেক্ষ বিন্যাসন নির্মাণের প্রণালী
- Select cell D3 – the top left of the results data cells. Make sure you are on the “home” tab and click on “conditional formatting” and select “new rule”
- Select “use a formula to determine which cells to format”
- What we want to do is compare the current cell to the target, কিন্তু এটা বেশ ছিল যে হিসাবে হিসাবে সহজ নয়, because of the way excel compares values – so we need to use the lookup tables.
- আমরা প্রয়োজন 5 নিয়ম - 2 sublevels or more below, 1 নিচে, on target, 1 উপরে এবং 2 or more above. You can create more rules if you want more detail or less if you just want below, উপর এবং লক্ষ্য উপরে.
- The eventual formula for 2 sublevels or more below will be
=VLOOKUP($C3,Lookup,2,FALSE)-1>VLOOKUP(D3,Lookup,2,FALSE)
- The C3 in the first part refers to the top target cell, and the D3 refers to the top actual result cell. The “Lookup” refers to the lookup table range that we named earlier.
- To break this down – we’re looking up numerical values for both the target and the actual score in the current cell. Because we want 2 sublevels or more below we take 1 off the target and say it must still be greater than the score. The $ before the C of C3 ensures that when we use the same formula for other columns they will still be compared to the targets column.
- Now click on format and apply the formatting you want. I use a background colour of light red
- Now we have created 1 এর 5 একটি একক কোষ জন্য নিয়ম.
একাধিক নিয়ম জন্য শর্তসাপেক্ষ বিন্যাসন মূলপাঠকে
- Next repeat the process to create 4 নিয়ম.
- When all are finished my 5 examples would look as below. Only the comparison and possible addition or subtraction change between them. Also note the order (আমরা পরের আসা যা)
=VLOOKUP($C3,Lookup,2,FALSE)-1>VLOOKUP(D3,Lookup,2,FALSE) =VLOOKUP($C3,Lookup,2,FALSE)>VLOOKUP(D3,Lookup,2,FALSE) =VLOOKUP($C3,Lookup,2,FALSE)=VLOOKUP(D3,Lookup,2,FALSE) =VLOOKUP($C3,Lookup,2,FALSE)+1<VLOOKUP(D3,Lookup,2,FALSE) =VLOOKUP($C3,Lookup,2,FALSE)<VLOOKUP(D3,Lookup,2,FALSE)
- I use medium red, আলো লাল, yellow, medium green and light green (সেই জন্য) for background colours
নিয়ম ক্রম বাছাই
- পরিশেষে, আমরা নিশ্চিত নিয়ম সঠিক অনুক্রমে হয় তা নিশ্চিত করা প্রয়োজন, and apply them to ALL the results cells, not just the single result cell D3.
- Click on the conditional formatting button again and choose “manage rules…”
- নিশ্চিত নিয়ম ডান ক্রম ঠিক আছে - যেমন উপরে (medium red, আলো লাল, yellow, medium green, হালকা সবুজ)
- Click in the “Applies to” box and enter the full range of cells which will contain results. In my example this is
=$D$3:$F$5
. সব এই রাখুন 5 বাক্সে "ক্ষেত্রে প্রযোজ্য" - This sheet should now fully work with conditional formatting
অতিরিক্ত শীট সহজে মূলপাঠকে
- To apply to other sheets simple copy and paste a single cell which already has conditional formatting applied to it, নতুন শীট মধ্যে.
- Then click on the conditional formatting button, select manage rules, এবং পরিবর্তন 5 “applies to” boxes to point to the cells of the new sheet which need conditional formatting
হাই জন,
আপনি একটি শীট আপনি তৈরি একটি উদাহরণ আছে? Struggling following the steps here!
I would love to re-post this article on my own website, যে ঠিক হবে?
নিশ্চিত, as long as you drop in a link to the original article here 🙂
হাই,
Great tutorial — thanks. আমি করেছি 3 different colours working perfectly but the 2 উপরে এবং 2 below aren’t formatting to their correct colours. They are changing to red and green but not the shades that they need to change to. Any suggestions please?
Thanks,
গ্যারি
Sorry for the long delay in replying Gary — I’ve been busy migrating the site to our new ভিপিএস. Did you manage to get this sorted? If you didn’t then by all means zap me over your excel file to have a look at. আমি পরের দিন এই সহায়িকাটি আবার পরীক্ষা করব বা 2 to make sure there aren’t any typo’s or misleading parts, এটা ঘটতে পরিচিত হয়েছে 😉
I have followed all your instructions above but none of my cells have gone coloured?? Any suggestions where I’m going wrong??
I assume you have populated them with data, and the target column is also populated with data?
By all means zap me the file over and I’ll take a quick look — I’ve e‑mailed you