+ Reply to Thread
Results 1 to 15 of 15

Search-find-write

  1. #1
    Registered User
    Join Date
    01-19-2010
    Location
    aktau
    MS-Off Ver
    Excel 2003
    Posts
    11

    Search-find-write

    Hi, friends

    i have a question. I need a formule. Is there anybody to help me.


    At attachment when we enter value to f11 and h11 together, certificate number must be come up in cell of f13
    Attached Files Attached Files
    Last edited by smaill_19; 01-19-2010 at 03:32 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Search-find-write

    Hi smaill_19,

    welcome to the forum.

    can you give an example of the expected inputs for F11 and H11 and the expected result in F13 and explain the logic that leads to it?

    Currently, as I see it, F11 is a label, no? Do you want to overwrite it?

  3. #3
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Search-find-write

    привет Казахстан
    Можешь объяснить по подробнее чего именно тебе надо? Укажи плиз, где и какие ответы тебе нужны.
    Last edited by contaminated; 01-19-2010 at 01:56 AM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Search-find-write

    smaill, contaminated, I'm happy to move this to the Non-English forum, if you want to continue the discussion in Russian, Azeri or Welsh, for that matter.

    Please post only in English in the regular forums, though.

    Contaminated, since this thread was started in English, please provide an English version of your post as well.

  5. #5
    Registered User
    Join Date
    01-19-2010
    Location
    aktau
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Search-find-write

    Thank you teylyn

    sorry, correction

    for example

    will be entered to E11 value from green area
    and
    will be entered to G11 value from olumn of capacity

    then the formule must show the certificate number in E13.

    Cell of E13 will collate E11 and G11 simultaneously . Cell of E13 will be find out certificate number.

    for example;

    enter to E11 "H89"
    enter to G11 "12"

    E11 and G11 are exist row of fourth simultaneously. and " 86954 " will be come up in E13.

    that's all.


    beforehand
    Thank you for help

  6. #6
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Search-find-write

    try in E13

    Please Login or Register  to view this content.
    This function shows desired output

  7. #7
    Registered User
    Join Date
    01-19-2010
    Location
    aktau
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Search-find-write

    than you contaminated,

    The formule you write works.

    Additionally

    If E13 dosn't collate in green area and column of capacity, can we provide to have write "THERE ISN'T CERTIFICATE FOR THIS VALUE"

    again

    thank you for help

  8. #8
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Search-find-write

    contaminated, would you please translate your contribution in post #3

    thanks

  9. #9
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Search-find-write

    Sure

    Please Login or Register  to view this content.

    As it is array formulae, Confirm with <Ctrl>+<Shift>+<Enter>

  10. #10
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Search-find-write

    Sure Teylyn

    привет Казахстан (Hi Kazakhstan)

    Можешь объяснить по подробнее чего именно тебе надо? Укажи плиз, где и какие ответы тебе нужны. (Can you pls explain detailly exactly what you want. Please specify where the output should be and and show your desired output)

  11. #11
    Registered User
    Join Date
    01-19-2010
    Location
    aktau
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Search-find-write

    =IF(OR(E11=D2:M7),SUMPRODUCT((E11=D2:M7)*(G11=B2:B7)*(A2:A7)),"THERE ISN'T CERTIFICATE FOR THIS VALUE")

    contaminated

    above formule does'nt work.

  12. #12
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Search-find-write

    Dear smaill 19
    As it is array formulae, Confirm with <Ctrl>+<Shift>+<Enter>. İ have uploaded a dummy so u can see the of ühat İəm talking of.

    As u can see formula wrapped into { } braces
    You must not put them manually. They automatically appears as u confirmed your formulae with <Ctrl>+<Shift>+<Enter>, not just <Enter>
    Attached Files Attached Files
    Last edited by contaminated; 01-19-2010 at 03:12 AM.

  13. #13
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Search-find-write

    Try this, it's a regular formula, just a slight twist on Contaminated's formula:

    =IF(SUMPRODUCT((E11=D2:M7)*(G11=B2:B7)*(A2:A7))=0, "NONE", SUMPRODUCT((E11=D2:M7)*(G11=B2:B7)*(A2:A7)))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  14. #14
    Registered User
    Join Date
    01-19-2010
    Location
    aktau
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Search-find-write

    contaminated and JBeaucaire

    Thank you for help friends.

    it works the formule contaminated and JBeaucaire has written.

  15. #15
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Search-find-write

    smaill,

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1