M
MarianneR
Hi! I am so frustrated with the time formats on excel. I think the
make setting up functional worksheets so much more difficult. Enoug
of the rant - onto the questions.
First, although I searched the forum for similar issues, I could no
understand how to solve my problem with the time format. I am making
list of times: 15 minutes, 30 minutes, 45 minutes, and 60 minutes.
formatted them as mm:ss and typed in 15:00 and the cells showed 00:00.
Is there anyway to get around this?
The reason I'm creating the list is because I'm trying to figure out
way to categorize certain data. Here's what my spreadsheet *might
look like...
A.......B..............C..................D.................E..................................................F
date..name..appointment time..arrival time..difference between Appt an
Arrival...on time/late appointment
11/17/04..Jones..10:00..10:05...5:00...On time
11/17/04..Anderson..11:00..11:45..45:00..30-45 minutes late
11/17/04..Smith..11:30..NA..NA..No show
The "DIFFERENCE" column is calculated for difference in minutes.
want the on "time/late" column to either self populate with an i
statement or select from a list, using vlookup.
I tried an if statement using fifteen minute intervals, and couldn'
get it to work. For example, it may have looked like this:
=if(E2="NA","No show", if(E2>00:60, "More than 60 minutes late"
if(E2>00:45.......
Now, I'm sure this is incorrect, but I am not sure how to fix it. I
there an easy way to do what I want to do with VLOOKUP? Or, am
perhaps misunderstanding the IF function?
Any help would be greatly appreciated!!
Thanks in advance,
Mariann
make setting up functional worksheets so much more difficult. Enoug
of the rant - onto the questions.
First, although I searched the forum for similar issues, I could no
understand how to solve my problem with the time format. I am making
list of times: 15 minutes, 30 minutes, 45 minutes, and 60 minutes.
formatted them as mm:ss and typed in 15:00 and the cells showed 00:00.
Is there anyway to get around this?
The reason I'm creating the list is because I'm trying to figure out
way to categorize certain data. Here's what my spreadsheet *might
look like...
A.......B..............C..................D.................E..................................................F
date..name..appointment time..arrival time..difference between Appt an
Arrival...on time/late appointment
11/17/04..Jones..10:00..10:05...5:00...On time
11/17/04..Anderson..11:00..11:45..45:00..30-45 minutes late
11/17/04..Smith..11:30..NA..NA..No show
The "DIFFERENCE" column is calculated for difference in minutes.
want the on "time/late" column to either self populate with an i
statement or select from a list, using vlookup.
I tried an if statement using fifteen minute intervals, and couldn'
get it to work. For example, it may have looked like this:
=if(E2="NA","No show", if(E2>00:60, "More than 60 minutes late"
if(E2>00:45.......
Now, I'm sure this is incorrect, but I am not sure how to fix it. I
there an easy way to do what I want to do with VLOOKUP? Or, am
perhaps misunderstanding the IF function?
Any help would be greatly appreciated!!
Thanks in advance,
Mariann