Thanks in advance,
I am trying to learn ' if then', other uses for excell at the moment
So I have two different forms the first on is there to track sales
The second to track commission
What I am looking to do is from sheet one pull the name to sheet two with the amount that was paid - IE
Robert Brown sold 5 hours
Mike sold 3 hours
I sold 2 hours
The commision sheet would then pull Robert brown - 5 hours - x amount sold (which can all be found on the sales sheet)
i dont understand if then statements.
Please help~
Another dumbass Excel question
Moderator: Dictators in Training
Another dumbass Excel question
Narrock wrote:I don't like rabbits. They remind me of this chick I met on teh internet like 5 years ago.
Syntax: VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
put something like "=vlookup($A1,SalesSheet!$A$1:$B$20,2,FALSE)"
What this will do is find the row on SalesSheet where Column A matches the value in $A1 on the current sheet. It will then return the 2nd column of that row on SalesSheet.
If your data is arranged differently, you can expand the range that it is referencing and change you col_index appropriately.
If this is along the lines of what you're looking for, let me know and I can help you with your specific problem.
Menlaan
put something like "=vlookup($A1,SalesSheet!$A$1:$B$20,2,FALSE)"
What this will do is find the row on SalesSheet where Column A matches the value in $A1 on the current sheet. It will then return the 2nd column of that row on SalesSheet.
If your data is arranged differently, you can expand the range that it is referencing and change you col_index appropriately.
If this is along the lines of what you're looking for, let me know and I can help you with your specific problem.
Menlaan

