Sheet2, A1:B20 contains this list
Category Amount
NotLand 999
NotLand 999
Land 1
NotLand 999
NotLand 999
Land 10
NotLand 999
NotLand 999
NotLand 999
Land 100
NotLand 999
NotLand 999
NotLand 999
NotLand 999
Land 1000
NotLand 999
NotLand 999
NotLand 999
NotLand 999
and...on Sheet1...
A5: Land
This formula returns the sum of Sheet2, Col_B items where the corresponding
Col_A item is "Land"
B5: =SUMIF(Sheet2!A2:A20,A5,Sheet2!B2:B20)
In the above example, B5 returns: 1,111
Is that something you can work with?
Bookmarks