Consider the following two excel sheets (examples only):
Sheet1:
Name Marks
-------------
John 95
Alex 89
Kevin 97
John 86
Peter 99
Kevin 100
Alex 91
Peter 20
Sheet2
Name Total Marks
-------------------
John 181
Kevin 197
Peter 119
Alex 180
Robin 0
Sheet1 is the Base data and Sheet2 is the derived data, where the Total Marks is calculated using SUMIF function. As seen in Sheet2, Robin has a total score of 0, as the entry for Robin is not available in the Sheet1. Is there any way where the Total Score for Robin remains as blank since there is no entry in the main sheet? I want the resultant excel to look like the following:
Name Total Marks
-------------------
John 181
Kevin 197
Peter 119
Alex 180
Robin
