Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You get that error if you try to do arithmetic on text values. The
only bit of arithmetic you are trying to do is to subtract U4 from V4. Consequently, one, or both, of those cells contains some text (which might happen to look like a numeric value or date). This might work (using Gary''s formula): =IF(V4="",0,V4*1-U4*1) The *1 will try to convert the text value into a number. Hope this helps. Pete On Aug 28, 3:22*pm, Clare wrote: Hi Tried this but it is coming with #Value! *Any other ideas -- Clare "Gary''s Student" wrote: =IF(V4="",0,V4-U4) -- Gary''s Student - gsnu200902- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop cell showing zero when returning a blank cell | Excel Discussion (Misc queries) | |||
showing an empty cell instead of a zero in a formulated cell. | Excel Worksheet Functions | |||
Showing Last value in a cell | Excel Discussion (Misc queries) | |||
Adding numbers in one cell and showing total in seperate cell | Excel Discussion (Misc queries) | |||
Showing the contents of a cell based on another cell | Excel Worksheet Functions |