How do I create automatic cell movement when using excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

lIm using excel spreadsheet.On it i have a list of accounting data. I want to
create a short cut all entries relating to one expense are automatically
transferred to one column.The result will be that all expenses are
individually recorded in relevant columns.
 
Perhaps this will help.
Say Description in Column A and amount in column B.
Individual descriptions eg. Wages in column C across top row matc
descriptions in column A.

Copy/paste this formula across and down from cell C2 :-
=IF($A2=C$1,$B2,0)


So if C1 contains 'Wages' and A2 contains 'Wages' the value from B
will be put into C2, otherwise zero
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top