If Formula taking info from another work sheet multiple collumns

SoullessToaster

New Member
Joined
Jan 10, 2014
Messages
17
Hi Mr Excel Users!

Please be my saviours!
I am writing an income and expenditure spread sheet
I am wanting to write a formula to do the following thing:
(im personally looking at IF statements, but if you can think of a better way of doing it, im all ears.)

To analyse an entire column for a particular word- for example "Rent" (column F)
If that word comes up, i want it to take the figure from the cell in the G column of that row.

I want it to add them all up to give a total, therefore giving a total spending on rent as the spreadsheet goes along.

This will enable me to keep track of spending on different items and make accounting easier.


If you need more information, just ask...

Kind regards

Toaster
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
It sounds to me like you need a SUMIF

=SUMIF(F:F,"Rent",G:G)

So that would look in Column F for the word 'Rent' and add up any Numbers for the corresponding cell in Column G
 
Upvote 0

Forum statistics

Threads
1,203,112
Messages
6,053,574
Members
444,674
Latest member
DWriter9

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top