Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using a spreadsheet to show when required tasks are due for specific
classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please post your formula that is causing the "#Value!" error and someone will
help.... Vaya con Dios, Chuck, CABGx3 "Scott" wrote: I am using a spreadsheet to show when required tasks are due for specific classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1="N/A","N/A",your_formula)
-- Regards, Dave "Scott" wrote: I am using a spreadsheet to show when required tasks are due for specific classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks David,
Sorry but I am still a little lost, in my spreadsheet I have a list of tasks that need to be done at specific times (i.e. 45 days from start of class, 15 days after completion of this class...) at the top of the spreadsheet I have the dates of when certain portions begin to figure out the task dates (=k6-45...) but sometimes I need to put N/A (Not Applicable) in those date blocks if that class is not being taught. So if I do that, what I would like it to do is to also put N/A in the specific tasks assigned to that class. Does that make sense? Scott "David Billigmeier" wrote: =IF(A1="N/A","N/A",your_formula) -- Regards, Dave "Scott" wrote: I am using a spreadsheet to show when required tasks are due for specific classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Instead of just =K6-45, use this......
=IF(K6="N/A","N/A",K6-45) Vaya con Dios, Chuck, CABGx3 "Scott" wrote: Thanks David, Sorry but I am still a little lost, in my spreadsheet I have a list of tasks that need to be done at specific times (i.e. 45 days from start of class, 15 days after completion of this class...) at the top of the spreadsheet I have the dates of when certain portions begin to figure out the task dates (=k6-45...) but sometimes I need to put N/A (Not Applicable) in those date blocks if that class is not being taught. So if I do that, what I would like it to do is to also put N/A in the specific tasks assigned to that class. Does that make sense? Scott "David Billigmeier" wrote: =IF(A1="N/A","N/A",your_formula) -- Regards, Dave "Scott" wrote: I am using a spreadsheet to show when required tasks are due for specific classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked great, thank you!
"CLR" wrote: Instead of just =K6-45, use this...... =IF(K6="N/A","N/A",K6-45) Vaya con Dios, Chuck, CABGx3 "Scott" wrote: Thanks David, Sorry but I am still a little lost, in my spreadsheet I have a list of tasks that need to be done at specific times (i.e. 45 days from start of class, 15 days after completion of this class...) at the top of the spreadsheet I have the dates of when certain portions begin to figure out the task dates (=k6-45...) but sometimes I need to put N/A (Not Applicable) in those date blocks if that class is not being taught. So if I do that, what I would like it to do is to also put N/A in the specific tasks assigned to that class. Does that make sense? Scott "David Billigmeier" wrote: =IF(A1="N/A","N/A",your_formula) -- Regards, Dave "Scott" wrote: I am using a spreadsheet to show when required tasks are due for specific classes. My problem is this: when a class does not go through a specific portion, I put N/A in the date block for that portion, and would like it to put N/A in the specific date blocks for the specific tasks, not the date the task is due. So what I am getting is "#value!". Thanks Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Please help | Excel Worksheet Functions | |||
Can I write an excel formula to display the file save date? | Excel Worksheet Functions | |||
date that updates itself daily, plus another formula please?? | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Value between 2 dates | Excel Worksheet Functions |