+ Reply to Thread
Results 1 to 88 of 88

Need similar formulas to do the job

  1. #1
    Registered User
    Join Date
    04-17-2004
    Posts
    39

    Smile Need similar formulas to do the job

    Hi

    I am currently using the following formula
    =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)

    the problem is, I dont want to use the SUMIF, I want to use the VLOOKUP, but the VLOOKUP does not want to work so nicely. My other formulas are easily "rattled" should I try and touch the formatting of the sheets cells.

    Is there any other functions I can use that will give me what I want?

    Regards
    Sonar

  2. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    SUMIF() and VLOOKUP() are completely different. SUMIF() adds up all the numbers that meet the criteria and VLOOKUP() searches a target value and returns its corresponding value.

    I understand all your data must be unique. Thus VLOOKUP() can actually perform the job. Now in order for VLOOKUP() to work properly, your data must be sorted.

    What do you mean by "VLOOKUP does not want to work so nicely"?



    Quote Originally Posted by sonar
    Hi

    I am currently using the following formula
    =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)

    the problem is, I dont want to use the SUMIF, I want to use the VLOOKUP, but the VLOOKUP does not want to work so nicely. My other formulas are easily "rattled" should I try and touch the formatting of the sheets cells.

    Is there any other functions I can use that will give me what I want?

    Regards
    Sonar

  3. #3
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    my 13 digit numbers only works in cells formated as Text, unfortunatly, if I try to have them any other way, the other formula that puts in the description, does not work.

    Vlookup does not want to match up text formulated info with General formulated info.

    I know that Sumif calc. information, but it works where vlookup does not. The problem is, I dont want it to calculate.

    Any idea what I can use here?

    Regards

  4. #4
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Is this the same issue with your other post "Formulas not showing results"?

  5. #5
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  6. #6
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  7. #7
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  8. #8
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    Hi Morrigan

    I guess you can say that. I tried the Text to Column story, It worked, but it messed up all my formulas I used for the 13 digit barcodes. So I decided to move the information from my stock to the main sheet, and try something alternative.

    Regards

  9. #9
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    Hi bpeltzer

    Thanks for the help, will try that.

    Sonar

  10. #10
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    Hi, cant figure it out

    What is wrong with this formula?


    =IF(ISERROR(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE),"",(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE))


    Regards

  11. #11
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    It will help us help you if you can be more specific. "I tried the Text to Column story. It worked, but it messed up all my formulas I used for the 13 digit barcodes." is not very informative.

    If after the changes it worked on one sheet but messed up others, maybe you can try convert all your barcodes on all sheets using the same approach. If it does not solve the issue, "it messed up all my formulas" does not tell us enough.



    Quote Originally Posted by sonar
    Hi Morrigan

    I guess you can say that. I tried the Text to Column story, It worked, but it messed up all my formulas I used for the 13 digit barcodes. So I decided to move the information from my stock to the main sheet, and try something alternative.

    Regards

  12. #12
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Formula looks fine to me, but why do you need to use VALUE()?

    Depending on what's in A10, you may or may not get a result. For instance if A10 contains text, you will get #VALUE!.



    Quote Originally Posted by sonar
    Hi, cant figure it out

    What is wrong with this formula?


    =IF(ISERROR(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE),"",(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE))


    Regards

  13. #13
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    Hi

    I used the formula

    =VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE)

    because it seems to work and it does the job, I am not even going to ask why it works, or try to explain how it works, its beyond me, I know when I am defeated.

    but I have formulated it to

    =IF(ISERROR(IF($AH10=(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)),"",(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)))),"",(IF($AH10=(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)),"",(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)))))

    and that works

    but now I want to formulate

    =VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE)

    in column AH10

    not to give me an #N/A error, by

    doing the following:

    =IF(ISERROR(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE),"",VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE))

    but everytime I do it, it complains about the ,"",.

    Any idea what stupid mistake I could have made here? I mean, there must be something wrong with the formula for excel to complain about it.

  14. #14
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    You are missing a ")" for your ISERROR()


    Quote Originally Posted by sonar
    Hi

    I used the formula

    =VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE)

    because it seems to work and it does the job, I am not even going to ask why it works, or try to explain how it works, its beyond me, I know when I am defeated.

    but I have formulated it to

    =IF(ISERROR(IF($AH10=(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)),"",(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)))),"",(IF($AH10=(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)),"",(VLOOKUP(VALUE($A10),We!$A:$D,4,FALSE)))))

    and that works

    but now I want to formulate

    =VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE)

    in column AH10

    not to give me an #N/A error, by

    doing the following:

    =IF(ISERROR(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE),"",VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE))

    but everytime I do it, it complains about the ,"",.

    Any idea what stupid mistake I could have made here? I mean, there must be something wrong with the formula for excel to complain about it.

  15. #15
    Registered User
    Join Date
    04-17-2004
    Posts
    39
    Thanks

    Found it.

    =IF(ISERROR(VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE)),"",VLOOKUP(VALUE($A$10),Mo!$A:$D,4,FALSE))

  16. #16
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  17. #17
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  18. #18
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  19. #19
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  20. #20
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  21. #21
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  22. #22
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  23. #23
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  24. #24
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  25. #25
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  26. #26
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  27. #27
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  28. #28
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  29. #29
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  30. #30
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  31. #31
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  32. #32
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  33. #33
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  34. #34
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  35. #35
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  36. #36
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  37. #37
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  38. #38
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  39. #39
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  40. #40
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  41. #41
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  42. #42
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  43. #43
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  44. #44
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  45. #45
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  46. #46
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  47. #47
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  48. #48
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  49. #49
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  50. #50
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  51. #51
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  52. #52
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  53. #53
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  54. #54
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  55. #55
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  56. #56
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  57. #57
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  58. #58
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  59. #59
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  60. #60
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  61. #61
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  62. #62
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  63. #63
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  64. #64
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  65. #65
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  66. #66
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  67. #67
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  68. #68
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  69. #69
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  70. #70
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  71. #71
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  72. #72
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  73. #73
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  74. #74
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  75. #75
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  76. #76
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  77. #77
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  78. #78
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  79. #79
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  80. #80
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  81. #81
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  82. #82
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  83. #83
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  84. #84
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  85. #85
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  86. #86
    Duke Carey
    Guest

    RE: Need similar formulas to do the job

    VLOOKUP is not a subsitute for using SUMIF. Myabe what you mean is you want
    to lookup A10 in that range. If so, try

    =VLOOKUP($a10,Mo!$A$1:$D$999,4,false)


    "sonar" wrote:

    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


  87. #87
    Bob Phillips
    Guest

    Re: Need similar formulas to do the job

    What makes you think that you want VLOOKUP, it is nothing like SUMIF.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "sonar" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I am currently using the following formula
    > =SUMIF(Mo!$A$1:$A$999,$A10,Mo!$D$1:$D$999)
    >
    > the problem is, I dont want to use the SUMIF, I want to use the
    > VLOOKUP, but the VLOOKUP does not want to work so nicely. My other
    > formulas are easily "rattled" should I try and touch the formatting of
    > the sheets cells.
    >
    > Is there any other functions I can use that will give me what I want?
    >
    > Regards
    > Sonar
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile:

    http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >




  88. #88
    bpeltzer
    Guest

    Re: Need similar formulas to do the job

    You can use 'trim' or 'value' to force the key value to the needed type to
    work inside the vlookup. Ex: =vlookup(value(a10),Mo!$a:$d,4,false) if the
    values in column A on the Mo worksheet are numeric but cell a10 contains
    text. =vlookup(trim(a10),Mo!$a:$d,4,false) should work in the opposite case.

    As others noted, this all requires that your values in column A on the Mo
    worksheet are unique. Otherwise vlookup would NOT be a suitable replacement
    for sumif.


    "sonar" wrote:

    >
    > my 13 digit numbers only works in cells formated as Text, unfortunatly,
    > if I try to have them any other way, the other formula that puts in the
    > description, does not work.
    >
    > Vlookup does not want to match up text formulated info with General
    > formulated info.
    >
    > I know that Sumif calc. information, but it works where vlookup does
    > not. The problem is, I dont want it to calculate.
    >
    > Any idea what I can use here?
    >
    > Regards
    >
    >
    > --
    > sonar
    > ------------------------------------------------------------------------
    > sonar's Profile: http://www.excelforum.com/member.php...fo&userid=8424
    > View this thread: http://www.excelforum.com/showthread...hreadid=401265
    >
    >


+ 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