Asslam o Alaikom,
I wants b16 look up in column A of sheet invoice summary and
g16, i16, k16, m16 look up from column E of sheet invoice summary
Please help me
Thanks
Asslam o Alaikom,
I wants b16 look up in column A of sheet invoice summary and
g16, i16, k16, m16 look up from column E of sheet invoice summary
Please help me
Thanks
On the 'INVOICE SUMMARY SHEET' Insert 2 columns in between A and B (between SITE ID and MODEL). Call them '1/2/3/4' and 'JOIN'.
If the SITE ID refers to the '1st inv' type 1 into '1/2/3/4', if it refers to the '2nd inv' type 2 etc.
In the JOIN column type into C6 =A6&B6 and drag down. This puts the SITE ID and 1/2/3/4 together as one string (used to search in VLOOKUP below).
Now on the 'SITEWISE CLOSING' tab type the below formulas:
G16
=IFERROR(VLOOKUP($B16&1,'INVOICE SUMMARY'!$C:$G,5,0),"")
I16
=IFERROR(VLOOKUP($B16&2,'INVOICE SUMMARY'!$C:$G,5,0),"")
K16
=IFERROR(VLOOKUP($B16&3,'INVOICE SUMMARY'!$C:$G,5,0),"")
M16
=IFERROR(VLOOKUP($B16&4,'INVOICE SUMMARY'!$C:$G,5,0),"")
These can be dragged up/down to populate the rest.
Say thanks, click *
Thank you Very Much
Not a problem! That's what we are here for.
Please take the time to mark this thread as SOLVED by using the Thread Tools at the top of the page
I am sorry that I have not found any tool box because I am a new user. can you tell me where is tool box.
Thak you sir, I found that
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks