I need to convert a time into numbers so that i can take those numbers and put them on a weighted average. I couldnt figure out how to do this easily so i came up with the following formula:
=if(j2 = "12:50 AM",10,"")
i want 1:00 AM to be the average mean and if its 12:50 to 1:00 AM i want it to be positive incremental numbers, if its past 1:00 AM i want it to be negative numbers.
The above formula doesnt work and im not sure why, any suggestions?
=if(j2 = "12:50 AM",10,"")
i want 1:00 AM to be the average mean and if its 12:50 to 1:00 AM i want it to be positive incremental numbers, if its past 1:00 AM i want it to be negative numbers.
The above formula doesnt work and im not sure why, any suggestions?