tutorial
155 TopicsHow do I make excel change the colour of a cell depending on a different cells date?
Hi, How do I make excel change the colour of a cell depending on a different cells date? Turn A2 red if - E2 cell is smaller than todays date Turn A2 yellow with red outline if - E2 cell is equal to todays date Turn A2 clear if - E2 cell is bigger than the current dateSolved2.2MViews0likes74CommentsCreating Multiple Timelines on in one Chart.
I am creating multiple timelines in one Chart. 1) I have the 3 series as three separate lines with the dates as a separate line at the bottom. I deleted all the lines dropping down to the main line/axis. 2) However, at some point, the dates at the bottom stopped reflecting the range I specified. 3) Also, I would like the label to be the actual task text. I can only get the series name and task date to show. If you can assist in remedying these issues, it would be much appreciated.26KViews0likes7CommentsMicrosoft Fabric for those who know nothing about Fabric
This is not any regular blog, don't click on this blog if you don't want to get convinced, if you are curious, click and see. You will end up falling in love with Microsoft Fabric. Yes, that's because you will love it when you get to know what it is.18KViews5likes2CommentsTutorial: How to run Legacy and Chromium-based Edge simultaneously side by side Without Group Policy
1. Uninstall Chromium Edge either from Control panel or from Windows 10 settings => Apps 2. Go to Registry Editor by typing "regedit" in Windows 10 search 3. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft OR paste this in the address bar area of Registry editor Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft 4. Right-click on "Microsoft" and create a new key And name it "EdgeUpdate" (without quotes) 5. Then right-click on "EdgeUpdate", go to New and create a new DWord 32-bit and call it "Allowsxs" (without quotes) Allowsxs 6. Set its value to 1 7. Exit Registry Editor 8. now go to www.microsoft.com/Edge to download Edge stable again. install it and after that you will be able to access both Legacy and new Edge from start menu or Windows 10 search. Source: https://docs.microsoft.com/en-us/deployedge/microsoft-edge-update-policies#allowsxs This tutorial is for using only Registry editor, there is also another method to do this which is through Group Policy https://docs.microsoft.com/en-au/deployedge/microsoft-edge-sysupdate-access-old-edge#how-to-enable-a-side-by-side-experience-with-both-versions-of-microsoft-edge for that you also will need the policy files which you can get from here: https://www.microsoft.com/en-us/edge/business/download17KViews4likes9CommentsExcel Formula 4-tiers Nested IF (Electricity Bills)
I have 4-tiers electricity tariff of nested IF for excel formula. I know how to calculate it by using manual, but to make formula in excel, i am quite not sure how to do it. The situation is as below (electricity bill): A. 0001 - 0600 kWh - $0.01 B. 0601 - 2000 kWh - $0.08 C. 2001 - 4000 kWh - $0.10 D. 4001 and above - $0.12 Situation: Calculate cost electricity for 3145 kWh. Manually i calculated like this and i got the correct answer. C - B 3145 - 2000 = 1145 1145 x $0.10 = $114.5 B - A 2000 - 600 = 1400 1400 x $0.08 = $112 A = 600 x $0.01 = $6 Totol up everything: $114.5 + $112 + $6 = $232.5Solved17KViews0likes4CommentsWhat function use to answer this question
Hi folks, I am preparing for Excel exam MOS 2016, while I was practicing using a demo exercise, I saw this question, which I am not happy with the way the answered it. Insert a formula into cell G4 that evaluates whether the amount is Parts, Accessories or Services exceed the Quarterly Goal. For each column that exceeds the goal apply the Quarterly Bouns Rate Please I need to know what is the best answer according to the MOS exam team.15KViews0likes1CommentAnyone know how to make a dropdown list dependent on the contents of 2 other dropdowns?
I'm trying to create a form with Province, City, District dropdowns being dependent on each other. I was able to create the dropdown for the provinces and make city dropdown only populate cities within the selected province, but when it comes to districts in the province/city combination i cant seem to get results. Can anyone help?14KViews0likes10CommentsConditional Formatting - using multiple formulas
Hi, I'm struggling on how to use the conditional formatting function. I would like to achieve the following: change the colour of cells in column "I" when two things are true: 1. When the Activity "rowing" is selected in column "F" (from the drop down box); and 2. When the distance in column "I" is over 25(km). I think i know which formulas to use if I want to do one or the other: for 1. =F10="rowing" for 2. =I11>25 but i cannot figure out how to combine both formulas to a cell or cells. Any ideas would be really helpful. I've attached a screeshot of the spreadsheet. Let me know if you need me to attach a copy of the spreadsheet itself. Thanks very much SoulSolved10KViews0likes6Comments