Lotus 123 had a function where you could graphically, in a cell, show plus symbols(+) or negative symbols (-) for the value of the data. For example if you had a column of numbers that you calculated from the previous year that indicate the change, Lotus, in the next cell would allow you to graphically display the symbols that indicate the strength of the change. So if your result was a positive ten then ten plus symbols would be shown. If it was -20 then 20 negative symbols would be shown. Now the numbers I am looking at could be 600,00 and I believe there was a way to to proportion the symbols for example for every 100,000 put in one symbol so the result would be 6 (+) signs.
I use an excel spreadsheet alot for billing in the construction industry. There are premade formulas in this spreadsheet. When no input value is present, the total column(s) either show a "$0.00" or show "#DIV/0!". How do I hide these results for the rows that do not yet have any input? I have seen it done on other speadsheets
I need to display the currency symbols for all European & Asia Pacific countries. The only ones available that I could find in excel help are , , . Does anyone know if there are more available? This seems limiting.
Im looking for a formula to count different symbols in a row. I am using =COUNTIF(A1:A1600,CHAR(251)) to count 1 symbol and =COUNTIF(A1:A1600,CHAR(252)) to count another. what i need is a formula to count all symbols no matter what they are. As in this case they will only be the 251 + 252 a formula just for that would be great.
I have a worksheet with what appears to be symbols or text boxes; squares, some with a check mark in them, some without. cannot select any of them to edit or delete them, I can type in the cell behind the symbol, the symbol hides the text. I can copy and paste them, but not delete them. how to identify them to edit and/or delete them. Password protection and all cells are unlocked as well. I have stumped as well as other forums.
I need to delete cells that contain certain characters (symbols) and space. Say I have some columns/rows like -
Column 1 Column 2 Column 3 Column 4 Column 5 Text Box Text Box Power Power Place Nice Nice.Plus Jump Jump Over High (Jump) Car Black Car Green.Car Car's Color Cars Blue Color Green Red (Color) Black White
And now I need to have cell without those contain symbols or space or character like -
Column 1 Column 2 Column 3 Column 4 Column 5 Text Box Power Nice Jump
I am importing content control information in a word file into excel by using a macro in excel. The information is coming across nicely but when the information about a checkbox comes across, in excel, that's what you see, a checkbox (☐ or ☒). Is there any way (formula or vba) to replace all the checkboxes with a yes or a no?
I wrote a formula that works:
Code: =IF(G8="☒","YeS","nO")
But this will add this information to a new column and I would like to replace the information in the existing column (the form has about 200 checkboxes) and I don't want to add a bunch of new columns.
I also toyed with VBA:
Code: Range("G1:G100").Replace "&", "No"
But when I try to paste the ☐ in the vba code, I get a "?" so I am assuming it doesn't recognize the ☐ as a valid character.
way to convert all symbols ( ) to their equvilant letters (u a) I know that I can do this manualuy with Find replace but I was hoping there was some magic that I am missing.
Please note that the exapples are only 2 of the symbols I need to convert the sheet could contain all of the varieties of symbol.
I have a spreadsheet that creates a named file using data entered into a field. For a hypothetical example, people can put their favorite car in A2 and, when the macro is run, it will SAVE AS the spreadsheet and name it with the value of A2. Problem is, some folks don't follow instructions and do things like HONDA / INSIGHT, or else something using symbols that are not valid for file names.
I know there are lots of ways to use Data Validation to prevent certain entries, but is there any way to prevent certain symbols? If not, can anyone help me with an Event Handler that would evaluate the data for certain symbols once the data is entered?
I have created a survey on excel. When completing the survey, the customer will have to place an "X" in the appropriate column (very satisfied, satisfied, dissatisfied, etc.) Is there a formula in excel that will allow me to add the number of responses ("X's") for Very Satisfied, Satisfied, etc.???
some times we use numeric symbols with formulas such as subtotal(109,a1:a100) 109 here meaning the visible cells only. well, Iwant to know if other numeric symbols also used in formulas !
I am trying to write some code that will repair errors in a standard workbook. One of the errors is a blank cell that needs to be changed to "325F T 350F". How do I insert these symbols/operators into the VBA code?
I use dot symbols in one column of my spreadsheet to call attention to a particular row. I am currently using ASCII(decimal) Char 149 and I count the column of dots with the following formula: =COUNTIF(A1:A20,CHAR(149))
This works fine, however, ASCII(decimal) Char 149 is a very small dot which is hard to see. I have found a much larger dot which is identified as BlackCircle Unicode(hex) 25CF. From an appearance standpoint the BlackCircle is much larger and much easier to see, however, I have been unable to construct a formula which will count the dots. How do I identify BlackCircle Unicode(hex) 25CF in order to count the character using the formula listed below: =COUNTIF(A165:A184,CHAR(25CF))
I've got a column with numbers. some of the numbers have the following signs/symbols proceeding the value in the same cell: ',ft,#,ea,each. I want to have these removed by a formula so that the numerical values are alone.
I have two worksheets: "1" and "2" Now i want to filter all symbols used in Column A sheet "1" and list them in Column A of sheet "2". The results should contain no duplicates. For example:..........
In trying to create a formula that remove EVERY symbol from a cell (C6) and replacing it with a space.... the "SUBSTITUTE" function is telling me I have too many nested Substitutes.
I need to convert measurements with (',") symbols attahced to them. See attached cells. Excel does not like the symbols and I cannot figure out a way to have it convert the values into tenths of a foot. For example, from the list below I need to convert 7'2" to 7.17. I have years of data. How do I do this? 7'2"7'1"7'0"6'11"6'10"6'9"
I have run across a problem that I am unable to solve with a combination of index, match and countif funtions. What I am trying to do is have the formula return disctinct symbols. I have a list of currencies on one sheet: audusd, eurusd, usdcad etc, more than one from each. Id like to return one from each onto another sheet...