• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need your help to update the value from one sheet to other sheet

Hi,

In the attached excel sheet, there are two sheets are there "Consolidated" & "Capacity approved" sheet.

Requirement:

In the capacity approved sheet - If the Status is"Approved" and date is "Today date", then i need to get the value of either B2 or C2 and do the vlookup of F value with Consolidated sheet of C2 , and provide the output of B2 or C2 value in J2 of "consolidated" Sheet.

Please help me on this
 

Attachments

  • Device Capacity Report for all Technology-1.xlsx
    24.1 KB · Views: 6
For vlookup formula : you need atleast one one common (exact match) data in both sheets.
 
Try,

In J2, formula copy down :

=SUMIFS('Capacity approved'!B:B,'Capacity approved'!F:F,C2,'Capacity approved'!H:H,"Approved",'Capacity approved'!I:I,TODAY())+SUMIFS('Capacity approved'!C:C,'Capacity approved'!F:F,C2,'Capacity approved'!H:H,"Approved",'Capacity approved'!I:I,TODAY())

p.s. "Capacity approved Sheet" column I "Date" some date changed to =TODAY() for testing purpose.

Regards
 

Attachments

  • Device Capacity Report for all Technology-1 (1).xlsx
    27.9 KB · Views: 4
Back
Top