I have an excel Workbook with sheets numbered according to months. Each sheet has a column for Artiste, Songtitle, Rights body.
I am now filling in the rights body for each song in every sheet.
Most of the sheets have the same artists and songs with a few additions.
What function can enable me to lookup the artiste and songtitle in the previous sheet and compare it to the artiste and songtitle in the current sheet and if it is a match, it fills in the Rights body value in the previous sheet into the current sheet?
You’ll want to take a look at the VLOOKUP (http://office.microsoft.com/en-gb/excel-help/vlookup-HP005209335.aspx) function.
See here for a YouTube video demonstration.