Function: Match col. A to col. V, and multiply adjacent/offset values.

newmanic

New Member
Joined
Sep 3, 2017
Messages
5
Below:

-- removed inline image ---


Basically, here's what I'm trying to accomplish to make workout programming for a whole flock of athletes easier:
  1. Match each cell in column A to the cell with the same text in column V
  2. Multiply the adjacent values (0,-1 offset?) from columns B and W
  3. Return the product in column C
I've been beating my head against the wall trying to get this to work for over a year, and I'm desperate for help... Hell, if you make it work, I'll Venmo you $10.

Hopefully everything here meets standards; this is my first post to mr excel.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Okay, that failed ABYSMALLY. I was trying to include a screencap.
eKwA4WH.png
 
Upvote 0
Put this formula in cell C3 and copy down to the end of the data in Column A...

=B3*VLOOKUP(A3,V$2:W$24,2,FALSE)
 
Upvote 0
Put this formula in cell C3 and copy down to the end of the data in Column A...

=B3*VLOOKUP(A3,V$2:W$24,2,FALSE)

Hi, Rick!

First off, thanks so much for the reply, I really appreciate any help I can get.

I tried what you suggested, and it took a little tweak to get it to work, but once I did, I realized it's not quite what I'm looking for, and it's made me realize I should probably explain what this spreadsheet is in slightly greater detail.

Basically, I (and many other athletes) will be using this spreadsheet to make it easier to "program" our daily workout and weightlifting routines ("Olympic" Weightlifting, the sport.)
There will be a repeat of the two header rows you see ("Date", with "lift, %, KG, Reps & Status, Comments") followed by 10-15 rows of "Lifts" with percentages in B, and set/rep/status in D-S.

The problem I encountered with your solution is that it seems to assume things work from left to right in this sheet; they do not.

Columns V & W are a record of the athlete's maximum, or "personal record" (PR) for any given weightlifting movement.

Column A is meant to be part of their daily routine, in which they are told to do a certain "lift"
Column B is the percentage of their "Max/PR" for that lift
Column C will multiply column B and whatever cell in column W that shares the same text as the cell to the immediate left (in column A) of the cell in column B
Column V & W will be frozen/static; these are meant to be 20-30 cells which will only change once every couple months, while column A & B will constantly draw from their data, for several thousand cells.


....I may have overcomplicated the explanation, but I wanted to be as clear as possible. Thank you again for any assistance you can offer me!
 
Upvote 0

Forum statistics

Threads
1,223,907
Messages
6,175,300
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top