if lic# in column a = lic # in column e, i would like to use the corresponding avg wt in column f to subtract column b.
would i have to use if and vlookup function? (i.e. =if(a=vlookup(....), f-c)??).
any help would be much appreciated.
if lic# in column a = lic # in column e, i would like to use the corresponding avg wt in column f to subtract column b.
would i have to use if and vlookup function? (i.e. =if(a=vlookup(....), f-c)??).
any help would be much appreciated.
Last edited by noobnxcl; 12-18-2008 at 01:13 AM.
Hello
Try this formula in Cell C2, C3 etc
![]()
Please Login or Register to view this content.
thanks, that seems to work. but i forgot to add in if column b is less than the avg wt will i want to obtain the difference. how can i add that in?
=if(and(b2<volookup(a2,e2:f67,2,false),if((match(a2,e2:e67,)),<>"#$NA",(vlookup(a2,a1:f200,6,0)-b2))
i keep getting invalid formula.
sorry, lastly, how can i also get rid of #VALUE! that shows up?
G'day
Does this help
Please double check the formula. Its getting late here. Ta.![]()
Please Login or Register to view this content.
Have I made you happy ??? If yes, please make me happy by pressing theAdd Reputation button in my post.
Please don't forget to do the same to other contributors of this forum.
ThanksI don't void confusion, I create it
thank you all for your help. this is such a great site! wish i had found this site sooner.
Last edited by noobnxcl; 12-14-2008 at 09:14 AM.
sorry, i thought it was solved but found out it wasn't.
ratcat, thx so much for the quick reply. the problem i am having now is that i only want to subtract column b if it is less than the avg wt in column f.
for example, c16 should be blank since b16 is greater than f2.
thank you so much!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks