Hello everyone,
I did some searching through the discussion boards and I wanted to be sure I understood my apparent dilemma: Wildcards cannot be used to search a number range..... ?
Example(Input! Wkst):
Job#-------Desc---------Lumber used
501--------House--------1520
502--------Farm----------25
502.2------Farm-field-----600
502.3------Farm-house---300
-On a separate worksheet I am importing the information but consolidating the sum of the lumber amounts into one job#.
Example(Wkst1):
Job#-------Desc---------Lumber used
501--------House--------1520
502--------Farm----------925
I was trying to use =SUMIF(Input!$A$2:$A$5,"*"&A1&"*",Input!$C$2:$C$5)
The 'function arguement' window shows that it recognizes what I am trying to do, and that I have all the arguements right, but the solution returns an answer of 0 no matter what the answer might really be.
Please let me know if I am understanding this correctly so I don't spend more time trying to make it work, and if you have a better solution, I would love your advice.
Thanks in advance!
I did some searching through the discussion boards and I wanted to be sure I understood my apparent dilemma: Wildcards cannot be used to search a number range..... ?
Example(Input! Wkst):
Job#-------Desc---------Lumber used
501--------House--------1520
502--------Farm----------25
502.2------Farm-field-----600
502.3------Farm-house---300
-On a separate worksheet I am importing the information but consolidating the sum of the lumber amounts into one job#.
Example(Wkst1):
Job#-------Desc---------Lumber used
501--------House--------1520
502--------Farm----------925
I was trying to use =SUMIF(Input!$A$2:$A$5,"*"&A1&"*",Input!$C$2:$C$5)
The 'function arguement' window shows that it recognizes what I am trying to do, and that I have all the arguements right, but the solution returns an answer of 0 no matter what the answer might really be.
Please let me know if I am understanding this correctly so I don't spend more time trying to make it work, and if you have a better solution, I would love your advice.
Thanks in advance!