Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I need to parse information based on part description, and one of the characters used is a quotation mark that denote inches. (1) How can I use the FIND, or LEFT/RIGHT/MID, etc., functions to find quotations marks? (Everytime I use =""" or <""" as the criteria, XL say it is an error. I also tried using CODE(34), ASCII for ", but XL won't let me. (2) I have empty cells (never used, 'virgin' cells) that meet the criteria ="". Often times, however, the ="" used in COUNTIF, SUMIF, and others do not recognize what appear to be empty/blank cell as such. Is there a way to really clear a cell so it meets ="" ? So far I have tried hitting delete with the cell selected, copying another empty cell (that met the ="") to the desired cell, but so far nothing has worked. Thanks - Alex -- Ingeniero1 ------------------------------------------------------------------------ Ingeniero1's Profile: http://www.excelforum.com/member.php...fo&userid=4029 View this thread: http://www.excelforum.com/showthread...hreadid=391361 |
#2
![]() |
|||
|
|||
![]() Question 1: try placing a quotation mark in a separate cell, all by itself, and reference that cell in your FIND function, as: =FIND(D16,E16) where D16 contains the quote mark and E16 contains your data with the inches quote mark. Note that FIND only returns the location of the character within the cell as a numeric value. Therefore, you may need to use an IF statement to validate that FIND returns a value, e.g.: IF(FIND(D16,E16)0,"Do This","Not Found") Question 2: I am not sure why you would want to SUMIF blank cells (my guess is the Sum is zero?), but you can use COUNTBLANK to count the number of 'blank' cells within a range. Maybe you could give an example of a formula you are using, the results received and the expected results to facilitate further help on this problem. Good Luck Bruce -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=391361 |
#3
![]() |
|||
|
|||
![]() Bruce, (1) Referencing the quotation mark by putting it in a cell works! Thanks! (2) I need to count and or find empty cells because the list contains model numbers, but sometimes a number has not been assigned and th ecell is left blank, and I need to tally those occurrences as well. I tried to replace the blank cells with the string "Not Assigned", but XL did not find any empty cells! I have been successful at doing this sometimes, but others it is as though that are a non-printable or non-visible contents that I can't delete or replace with a known empty cell. Frustrating! Alex -- Ingeniero1 ------------------------------------------------------------------------ Ingeniero1's Profile: http://www.excelforum.com/member.php...fo&userid=4029 View this thread: http://www.excelforum.com/showthread...hreadid=391361 |
#4
![]() |
|||
|
|||
![]() You would be better off to use Auto-Filter on your model number data, and Select "Blanks". This will show all rows within this range that have a blank cell in Model Number. HTH Bruce -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=391361 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|