Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I've got a cell that will either produce a numeric vakue as the answer or subject to an If Statement will produce nothing ie "". I'm using "" rather than 0 as I don't want it to be visable unless it's a number. My problem is that I want to use the answer from this cell in further calcs. The calc is just adding two cells ... but if the answer to the cell has text then just ignore it and produce the value in the first cell. Eg. A1 + A2 = X Where A2 = Text then = A1 ![]() -- JohnHill ------------------------------------------------------------------------ JohnHill's Profile: http://www.excelforum.com/member.php...o&userid=25171 View this thread: http://www.excelforum.com/showthread...hreadid=536229 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Eg. A1 + A2 = X Where A2 = Text then = A1 =if(A2="",A1,A1+A2) -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=536229 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks Dave ... appreciated -- JohnHill ------------------------------------------------------------------------ JohnHill's Profile: http://www.excelforum.com/member.php...o&userid=25171 View this thread: http://www.excelforum.com/showthread...hreadid=536229 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add numbers but ignore text | New Users to Excel | |||
Can a calculation ignore text if it occurs in formula's cell range | Excel Worksheet Functions | |||
SUMPRODUCT vs Text??? | Excel Worksheet Functions | |||
I want a formula to ignore text eg 5mts * 5 ignoring the mts any . | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |