Hi guys,
Looking for some help with a formula i'm using, i've got a Two-Way Lookup: Column = Name, Row = Date
It works great for reading data from the table, however i want to reverse this process. I want it to add data instead of reading it...
So if the name is Matthew and the date is 14/03/2018, it finds where the row and column intersects and it adds a specified value to where the column and row Intersect. The two integers are "40" & "100" These are stored in Cell D2 of the sheet.
E2 = name
B2 = Date
Thanks!
Looking for some help with a formula i'm using, i've got a Two-Way Lookup: Column = Name, Row = Date
Code:
=(VLOOKUP(E2,Service!A1:NB35,MATCH(B2,Service!A1:NB1,0),FALSE))
It works great for reading data from the table, however i want to reverse this process. I want it to add data instead of reading it...
So if the name is Matthew and the date is 14/03/2018, it finds where the row and column intersects and it adds a specified value to where the column and row Intersect. The two integers are "40" & "100" These are stored in Cell D2 of the sheet.
E2 = name
B2 = Date
Thanks!