C Cocochina New Member Feb 12, 2013 #1 How to make a percentage in Excel? I have one column, X with numbers. They go all the way to Row 250 I would like to put 3% of the number in column Z So if X2 is 10, then Z2 is 3 I would like to put the total in AA How can I do this? THanks
How to make a percentage in Excel? I have one column, X with numbers. They go all the way to Row 250 I would like to put 3% of the number in column Z So if X2 is 10, then Z2 is 3 I would like to put the total in AA How can I do this? THanks
C Cocochina New Member Feb 12, 2013 #3 X plus Z So, where do I put the formula? How to I capture all the rows in X? THanks!
A anand_babu New Member Feb 12, 2013 #4 Hi, If you are expecting result in a single cell try something like this.. =SUM(X1:X250)+(SUM(X1:X250)*3%)
Hi, If you are expecting result in a single cell try something like this.. =SUM(X1:X250)+(SUM(X1:X250)*3%)