Hello,
I'm having a very confusing issue with Excel. Anytime I try to enter a formula that needs a comma to seperate cells (like product or vlookup), the comma is replaced with an I (the letter). As a result I get the error message "the formula you typed contains an error". This happens when I manually enter the formula or when I use the formula wizard. To make is even more odd, the formula will work if I put a $ in front of the cell name. Here is an example of what I am talking about...
=product(A2, B2) - this is what the formula should be, but this does not work
=product(A2I B2) - this is what Excel does when I use the formula wizard, still gives me an error
=product($A2I B2) - this ends up working and multiplying the two cells.
I am using Excel 2007. It is driving me nuts. Any thoughts...?
Thank you.