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.2MViews0likes75CommentsRookie user; need help please
New user, apologies for asking for help for IF statement with several conditions. If cell value is<7, then return "purple fill" of the cell, and if cell value is 7-8:59, then return "green fill" of the cell, and if cell value is 9-12:59, then return "yellow fill" of the cell and if cell value is 13-15:59, then return "orange fill" of the cell and if cell value is >16, then return "red fill of the cell1.1KViews0likes2CommentsAnyone 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 theprovince/city combination i cant seem to get results. Can anyone help?14KViews0likes10CommentsDecimal to Binary
I am trying to create a spreadsheet that takes an Decimal IP address and populates individual cells within the octets with the binary value equivalents. I need to keep a running value total based on 1's and 0's in order to calculate the next field. Everything I'm doing is circular and it's driving me nuts. For example, I'll take the first octet with the Decimal 152 for conversion. =IF(B3/B6>1,1,0) and the cell populates a 1 (152/128>1) I'm keeping a running total with =SUMIF(B8:I8,"=1",B6:I6) and the field populates with 128 the first go. However, I can't use that cell as a running total because it's circular. I'm going to bed but thought I'd see if anyone had a suggestion or tutorial recommendation I could review when I get back on this in the morning. I am aware that the =DEC2BIN(B3,0) will give me the binary value but it doesn't allow me to associate the power of two position that I am trying to stress in this lesson. Hopefully this makes sense to someone. Thanks in advance. TAPSSolved1.7KViews0likes7CommentsEmployee Attrition Variables
Have an excel file which indicates which employees have left or are still with the company, along with all their historical work data (job satisfaction, tenure, education, performance, etc.). What kind of analyses or functions should I run that will help find the greatest correlation or factor leading to attrition?4.5KViews0likes3CommentsCONTACT TRACING
Microsoft Excel @msexcel I need help with solving a problem A company runs 6 shelters in a city. Each shelter keeps a log book of login and logout times of homeless people that come to the shelter. Attached is the log data from the shelters. On 9th May 2020, Person 1 tested positive to the corona virus after leaving Shelter 3 and was immediately isolated. The company, in a bid to curb the spread of the virus in any of their shelters, decided to perform a contact tracing exercise of those that could have been exposed to Person 1. The following assumptions are made for the purpose of this exercise. The infection is only passed from person to person and cannot be transmitted from surfaces or the air. This implies that when a person leaves a place, the people that visit the place after him are not at risk. There is a 14 day period in which the infected person could be asymptomatic. The infection rate of the virus is exponential i.e. one person can infect another person, who can then in turn infect other people he comes in contact with. You have been saddled with the task of generating a report showing a list of those that have visited any of the shelters and could have been infected through person to person contact starting with the index case. Generate a routine that accepts the following parameters, and outputs the list of probable infected persons. Person infected Last Date/time he left the Shelter just before isolation Last visited Shelter before being isolated The routine should be dynamic such that slotting in different parameters would yield an accurate contact trace list.1.6KViews0likes2CommentsHow to insert paragraphs within a Cell in Excel
Can anyone PLEASE tell me if there is an easy way to combine Columns A and B to look like what I have in E1 and E2? I used the concatenate formula to combine the two cells but I need the Entity/Institution under the name within the cell. Some have 2 institutions and will need2.2KViews0likes3Comments