Formula Help

Copper Contributor

Hey there I have a spreadsheet with 2 tables. In one table I have the information about how many service hours a person has completed and their graduation year. In the next table I have the graduation year and how many hours total they need to complete. I want to create a formula that matches the graduation years together and then applies the total hours minus the hours served to get an answer of how many hours they need to complete.

 

If anyone can help with this I'd be grateful!

1 Reply

@GriffiAN 

=G3-INDEX($C$3:$C$25,MATCH(1,(E3=$A$3:$A$25)*(F3=$B$3:$B$25),0))

Maybe with this formula for the dataset in the attached file. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.