| Recent Answers from Miguel Zapico |
 |
2008-11-25 pin number in excel: One way would be to use a custom format for the cell (menu Format->Cells->Number tab->Custom) as: "*****" Quotes included. This will show 5 stars in place of the number, although the number is still...
|
2008-11-24 Microsoft Excel Help: I am assuming that the structure will not change, in the sense that the references are grouped together and the frequencies are continuous for each reference and starting at 1. With that, you may use...
|
2008-11-23 assigning number values to words: If it is a limited set of values, you could use an IF formula for this, something like: =IF(A1="agree",5,IF(A1="disagree",1,IF(A1="neutral",3,""))) If the value list starts to grow, you could craft...
|
2008-11-23 MS Excel help: You could use the VLOOKUP function for this. It search on the first column of a range of data, and returns an item from a column to the right of the found value. For example, if the daily data is on...
|
2008-11-21 Difficult problem: Are you sure that you are entering it as an array formula? The #VALUE! error will appear if the formula is entered as a standard one, but not if you enter it with Crtl+Shift+Enter. If you do that way...
|
| More Answers for "Excel" |