Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Fantastic, the If function definitely works better than the SUM
function in this case, great idea. thank you! On Jun 4, 12:03*pm, "Peo Sjoblom" wrote: =SUMIF(B6:B7,"<"&99^99) will ignore cells that have errors but it would be better if you fixed the formula that returns the error =IF(ISTEXT(A23),0,A23*24) -- Regards, Peo Sjoblom wrote in message ... On Jun 4, 11:40 am, wrote: On Jun 4, 11:31 am, Bob Umlas, Excel MVP wrote: Use =SUM(D3,E5) instead of =D3+E5, for example. " wrote: I'm trying to create a count of two times selected from a drop down which defaults to the value "Select Time" so the cell that counts the two times says "#VALUE!" when the drop down is set to "Select Time". How do I get it to ignore "Select Time" and only count when there is a numaric value in the cell?- Hide quoted text - - Show quoted text - that's the format I was using =SUM(B6,B7) I kinda see part of my problem now, because I have 1 cell counting the difference between the times in a given day(in hh:mm format) and I have another cell converting that time to decimal format "=A3*24" *and I'm trying to add multiple days times together, but the cell that tells me the difference between the times says "#VALUE!" when "Select Time" is selected on the drop down... and the sum function doesn't like it when "#VALUE!" is in one of the cells. Is there any way to get past that?- Hide quoted text - - Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to ignore text on SUM() function... | Excel Worksheet Functions | |||
Ignore text but not numerics on SUM() function | Excel Worksheet Functions | |||
Ignore Text for Formula | Excel Discussion (Misc queries) | |||
Function to ignore decimals | Excel Worksheet Functions | |||
Ignore text Function | Excel Worksheet Functions |