Hola ![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
I am trying to pull in some data via a web query. However the query gives associate names and units. I then want to differentiate users in a receive function vs any other function. I use a VLOOKUP for that. Here is where my problem starts. As my web query wont always be the same size I have to have(???) the VLOOKUP extend past the data in the column. This gives a #VALUE! error. I then want a sum of just the people who work in receive but not the #VALUE!'s. I tried a SUMIF but do not know how to tell it to look for " "??
If I SUM the Units column, I get #VALUE!.....
Thanks in advance![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
Sean
Here is an example -
Name Units TOTAL FOR HOUR
Sean 20 =SUMIF(????)
Sam 30
#VALUE!
#VALUE!
![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
I am trying to pull in some data via a web query. However the query gives associate names and units. I then want to differentiate users in a receive function vs any other function. I use a VLOOKUP for that. Here is where my problem starts. As my web query wont always be the same size I have to have(???) the VLOOKUP extend past the data in the column. This gives a #VALUE! error. I then want a sum of just the people who work in receive but not the #VALUE!'s. I tried a SUMIF but do not know how to tell it to look for " "??
If I SUM the Units column, I get #VALUE!.....
Thanks in advance
![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
Sean
Here is an example -
Name Units TOTAL FOR HOUR
Sean 20 =SUMIF(????)
Sam 30
#VALUE!
#VALUE!