Hi
Ahah, now i see the original question it makes more sense! :) If A1 is going to contain a normal number and A2 a percentage then a 3rd cell such as A3 would be the best place for the answer. It keeps the original number unchanged so that you can check the result.
In A3 type in the formula given earlier
=A1+(A1*A2/100)
This assumes the number in A2 is just written as a number without having the % mark after it. There is an inconsistency in that if you type in the number and then
Format - Cell - General - Percentage
then the number would be shown as 290%. However if you format the relevant cells in advance, in the same way, and then type in the number 2.9 then it shows as 2.9%. Also if you don't bother with any formatting and just use the % key on your keyboard to type in 2.9% then it is shown as 2.9% in the cell and is treated as a number. So, obviously it is wise to do a test-run first to see if you get the result you expect.
A percentage is really just a number "over" or "divided by" 100 of course. So 2.9% is really 2.9/100 which is obviously 0.029. Typing in 0.029 can cause further confusion of course. lol
Regards from
Tom