Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() There is a schedule of duty in the attachement. Please if you could solve our problem of document looking--- in the fields C8, D8, E8, F8 you can see 0:00 and there is a formula in these cells to calculate the time if these cells were filled in with time data. I just can delete this 0:00 values with deleting the formula, but it's not convinient to work later and to put the formula again when there will be some changes in the schedule. So How can I get rid of these 0:00 values not deleting the formula. I.e. how to realize the condition when If the cells C6 and C7 are empty so C8 should be empty as well, no 0:00. And If the cells C6 and C7 are not empty like to compare G6 and G7 cells with time data, so show the formula result in G8. How to put 2 functions within one cell? As I see it should be something like G8=IF(G7<G6;G7+1-G6;G7-G6) OR IF(G6 and G7=0;G8="") But it looks like impossible to have 2 functions one from another separatly. Please help, how to delete 0:00 in case when 2 cells above are empty??? +-------------------------------------------------------------------+ |Filename: test.zip | |Download: http://www.excelforum.com/attachment.php?postid=4198 | +-------------------------------------------------------------------+ -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() In G8 try this. =IF(AND(G6="",G7=""),"",IF(G7<G6,G7+1-G6,G7-G6)) Does that help? Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Steve, Unfortunately it says Formula Error. How can I do? Please help! Andy -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I just tried it again in your test sheet and it worked no problem. When the formula error message comes up, click on Ok and the place where the error is will highlight in your formula toolbar. It's probably missing a character for instance, if you typed the formula in as =IF(AND(G6="",G7""),"",IF(G7<G6,G7+1-G6,G7-G6)) It would give you an error because the G7"" is not valid, it needs the = sign. =IF(AND(G6="",G7=""),"",IF(G7<G6,G7+1-G6,G7-G6)) Double check for typos. HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Damn you're good, man! Beautiful! Flawless! Thanx a lot man! You are the God, Steve! That's a real help! The only expression worked for me was =IF(AND(G6="";G7="");"";IF(G7<G6;G7+1-G6;G7-G6)) not =IF(AND(G6="",G7=""),"",IF(G7<G6,G7+1-G6,G7-G6)) ; and , signs look like different. Have a good one bud! Thanx a lot again for help! If you have any GSM mobile communication related issues feel free to ask me! I know a lot about it, compared to Excel. =) King regards, Andy -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Please if someone could help me, how to make a drop-down menu of months in the schedule, and when you сhoose a specified month - day columnes are added in the schedule automatically??? Thanx in advance! Andy -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Andy, Do you want the columns inserted, populated with the correct weekday or both the weekday and the date? Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() No weekday, I need only the new columns to be inserted depending on the lenght of the month, like when I choose Fabruary from the central drop-down menu (I attached the file template february.zip, please check it out) there must be 28 days inserted, when I choose March - there must be 31 days (more columnes) inserted, for April - 30 days and so on. As for schedule data like time of shifts - I will do it myself , no need automatically to be filled in. +-------------------------------------------------------------------+ |Filename: fabruary.zip | |Download: http://www.excelforum.com/attachment.php?postid=4210 | +-------------------------------------------------------------------+ -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Guys, can anyone help me with my case please? -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Please if someone could help me, how to make a drop-down menu of months in the schedule, and when you сhoose a specified month - day columnes are added in the schedule automatically??? I need only the new columns to be inserted depending on the lenght of the month, like when I choose Fabruary from the central drop-down menu (I attached the file template february.zip, please check it out) there must be 28 days inserted, when I choose March - there must be 31 days (more columnes) inserted, for April - 30 days and so on. As for schedule data like time of shifts - I will do it myself , no need automatically to be filled in. Please if someone could help me, how to do it???? +-------------------------------------------------------------------+ |Filename: fabruary.zip | |Download: http://www.excelforum.com/attachment.php?postid=4215 | +-------------------------------------------------------------------+ -- Huawei ------------------------------------------------------------------------ Huawei's Profile: http://www.excelforum.com/member.php...o&userid=30306 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
#11
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Sorry for the delay in getting back to you. In and out of the office this week. Unfortunately, this needs to be solved using VB of which I am not very experienced with yet. I searched around but could not find the exact solution for your needs. Maybe someone in the group with more VB experience could offer a solution? Thanks, Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=499703 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create patient schedule based on master therapist schedule | Excel Discussion (Misc queries) | |||
How can I set up a work schedule in Excel? | Excel Discussion (Misc queries) | |||
How can I use Excel to schedule students for classes? | Excel Discussion (Misc queries) | |||
Change formula for Employee Shift Schedule template | Excel Worksheet Functions | |||
Help with schedule | Excel Worksheet Functions |