tutorial
133 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.27KViews0likes7CommentsExcel 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 SoulSolved11KViews0likes6CommentsSum returns 0
I have a data validation list in column C. In column D I have this formula: =IF(OR(C$5:C$30="400 Confirmation Calls",C$5:C$30="1100 Inbound Calls",C$5:C$30="430 Appts Created"),1,"")&IF(OR(C$5:C$30="420 Confirmation Calls",C$5:C$30="1200 Inbound Calls",C$5:C$30="450 Appts Created"),2,"")&IF(OR(C$5:C$30="450 Confirmation Calls",C$5:C$30="1300 Inbound Calls",C$5:C$30="470 Appts Created"),3,"") At the bottom of column D I want it to sum up the total for all of D and for some reason it just returns "0".Solved9.1KViews0likes9Comments