help with sumif visible cells only

jordanburch

Active Member
Joined
Jun 10, 2016
Messages
440
Office Version
  1. 2016
=SUMPRODUCT(($AR:$AR=AR838)+0,SUBTOTAL(109,OFFSET($J:$J,ROW($J:$J)-MIN(ROW($J:$J)),0,1,1)))

hey guys for whatever reason this is returning at na value. can you help figure out whats wrong?
 
Are the NA errors not formulas?
so it is a formula and basically its refering to a list

=+VLOOKUP(AP647,'Sub Accnt xWalk'!F:H,3,FALSE)

its giving na because its not in that list. Id still like to see the na so every month I can update the list, but id also like the formula to work. This formula is in aq column then AR has a concatenate so its concatenating and returning an NA value.
 
Upvote 0

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
You could change the VLOOKUP formula to:

=IFERROR(VLOOKUP(AP647,'Sub Accnt xWalk'!F:H,3,FALSE),"NA")

and then the other formula should work, since there aren't any actual error values any more.
 
Upvote 0
You could change the VLOOKUP formula to:

=IFERROR(VLOOKUP(AP647,'Sub Accnt xWalk'!F:H,3,FALSE),"NA")

and then the other formula should work, since there aren't any actual error values any more.
you really are the excel MVP! HAHA! I didnt even think of that thanks my man!
 
Upvote 0

Forum statistics

Threads
1,215,361
Messages
6,124,497
Members
449,166
Latest member
hokjock

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