Shadow1Raider
IS-IT--Management
Hi
I'm try ing to create a formula tha will return multiple instances of a single unit and add up the quantities, i have seperate sheets 1 for the schedual for architects to set out the ironmongery needed for the project room by room(all iron mungery needed to outfit the room) and the other for the bill of quantity.
this is what i have got so far it returns only the first instance not the others
any idea how I can tweak my formula to work will be greatly apreciated
thanks
I'm try ing to create a formula tha will return multiple instances of a single unit and add up the quantities, i have seperate sheets 1 for the schedual for architects to set out the ironmongery needed for the project room by room(all iron mungery needed to outfit the room) and the other for the bill of quantity.
this is what i have got so far it returns only the first instance not the others
Code:
=if(a11="","",vlookup(a11,ironmongery!A:E,2,false))
thanks