Link to home
Start Free TrialLog in
Avatar of Hiro 714
Hiro 714

asked on

How to count a value in external files in Excel

Would you advise me how to pull a data from cells to fomula (red and blue square)?
What does the last green square do in formula?

User generated image
Avatar of Noah
Noah
Flag of Singapore image

Hi there! :)

Try replacing that part (red and blue boxes) of the code with this:
CONCATENATE($F3,$A3)

Open in new window

Avatar of Hiro 714
Hiro 714

ASKER

Thank you, Noah.
I'm trying to pull a data "=SUMPRODUCT(('F2[A1]Sheet1'!$B$1:$B$1000=B$2)*1)"
but I don't know how to set a formula

User generated image
Okay. How about this?

=SUMPRODUCT(CONCATENATE("(","'",F3,"[",A3,"]","sheet1'!$B$1:$B$1000=B$2)*1)"))

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of byundt
byundt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial