Offsetsumproduct help

steve89

Board Regular
Joined
Oct 4, 2015
Messages
152
hello all i have a formula which is the following

=SUMPRODUCT((OFFSET($A8,0,1,1,372)<>"")*(OFFSET($A$3,0,1,1,372))*((OFFSET($A8,0,1,1,372))=NL$5))

A8 = EMPLOYEE NAME
A3 = the current month
NL = an infraction or paid time off

my question is how can i get this to equal multiple arguments so NL at this point equals vacation day if "V' is entered in the calendar for all months but i want it to calculate if there was "v" and "SV" which is sick with vacation pay just looking at add multiple arguments because this is a macro which uses only a scroll options for the months in a year so a countif formula wont work here.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
How about

=SUMPRODUCT(SUMIF($B8:$NI8,NL$5:NL$6,$B$3:$NI$3))

NL5 = V
NL6 = SV
 
Upvote 0
that wont work because its a calendar so if i change the month that has to match the month and when its entered its simply counting to date and that cant happy only when we change the month like if we change it ti january its should say what type of paid time off was used and then when february comes if nothing was used then it should read zero.
 
Upvote 0
It's difficult to visualize your sheet, and how each cell relates to your formula.

Can you show a sample of your table, Try using the HTML Editor to post a nicely formatted table.
See my signature for a link
 
Last edited:
Upvote 0
im sorry i have no idea how to use that im trying to now but not sure how....

A5:CP5 = dates in the months
A6:CP6 = Days translated from A5
the arrow on BX3 & CH3 is used to change the months of the year so its all on one sheet.

A1 = STARTING MONTH
A2 = THE YEAR
A3 = the current month but changes as you change the months with the arrows on BX3 & CH3
A8 = EMPLOYEE NAME
NL5 = an infraction or paid time off at your discretion but i want the formula to argue if i enter V or VS to equal and find the same throughout the year

this is the formula i once used but wont work if the month is changing on a sheet =+COUNTIF(B8:AF8,"S")*1+COUNTIF(B8:AF8,"AS")*1

<tbody>
</tbody>
 
Upvote 0
You just highlight your range, click on the HTML Maker tab, select an option and it copies your range as HTML code that you then paste here.

We have a testing forum you can use to try it
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,020
Members
449,203
Latest member
tungnmqn90

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