Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am pretty new to excel so any advice will help! I am working on a fuel
spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe this:
=IF(C3="","",B3/C3) Regards, Paul -- "Renae" wrote in message ... I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(AND(C30,ISNUMBER(C3)),B3/C3,"")
Note, the "" is 2 double quotes. This will effectively leave the cell blank. Hope this helps. If not, give a little more info, as you state ..column d to total at the bottom.. -- John C "Renae" wrote: I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(C3=0,"",B3/C3)
-- David Biddulph "Renae" wrote in message ... I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() What they want for column d is a total of SUM=(D3:D35) right now with all the DIV/0! errors nothing shows?!?! "John C" wrote: =IF(AND(C30,ISNUMBER(C3)),B3/C3,"") Note, the "" is 2 double quotes. This will effectively leave the cell blank. Hope this helps. If not, give a little more info, as you state ..column d to total at the bottom.. -- John C "Renae" wrote: I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the formula I or either of the other 2 gave you, and copy down in that
column to where you need. This will get rid of DIV/0 errors, and your summation should work. -- John C "Renae" wrote: What they want for column d is a total of SUM=(D3:D35) right now with all the DIV/0! errors nothing shows?!?! "John C" wrote: =IF(AND(C30,ISNUMBER(C3)),B3/C3,"") Note, the "" is 2 double quotes. This will effectively leave the cell blank. Hope this helps. If not, give a little more info, as you state ..column d to total at the bottom.. -- John C "Renae" wrote: I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks so much to all that replied!! It is working fine now!
Thanks again! Renae "John C" wrote: =IF(AND(C30,ISNUMBER(C3)),B3/C3,"") Note, the "" is 2 double quotes. This will effectively leave the cell blank. Hope this helps. If not, give a little more info, as you state ..column d to total at the bottom.. -- John C "Renae" wrote: I am pretty new to excel so any advice will help! I am working on a fuel spreadsheet, we do not always fuel everyday in all trucks so I have several cells with no numbers in them and get the DIV/0! error is there an easy way to correct this? My formula is set up as b3/c3 in d3 and then they want column d to total at the bottom is this possible? Thanks in advance for your help! Renae |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |