How do I multiply non-adjacent columns in a Word table?

J

jeffyjones

I have a table with five columns:

Col-1: Item name
Col-2: Per unit cost
Col-3: Modifier (if cost is per-hour or per-other unit)
Col-4: Quantity
Col-5: Invoice Cost

The problem I am having is that I am trying to multiply Col-2 by Col-4 in a
field in Col-5 and I can't get it to work. I am using the "=PRODUCT(LEFT)"
formula for Col-5.

The formula does work when I put a number in Col-4, so this makes me think
the formula only works for adjacent columns.

Is there a formula I can use to acheive what I want without using literal
cell references (i.e '=PRODUCT(B2,D2)'). I can't use this because we have all
the items on the table and the salespeople just delete the ones they don't
want in there.

Thanks!
 
D

Doug Robbins - Word MVP

If you want to multply non adjacent columns, you cannot use that formula,
you will have to use = b# * d#

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
J

jeffyjones

So I have to put specific cell designations in the formula? There is no way
to reference just the column so the same formula will work on all rows?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top