Formula Too Long

VBAAccountant

New Member
Joined
Jun 12, 2018
Messages
15
All,

I have an excel formula that currently works but is extremely long:

+IF('Instructions-START HERE'!$E$12=1,+IF(SUMIFS('Full Data Drop'!H:H,'Full Data Drop'!U:U,'PR HD Upload'!B448,'Full Data Drop'!T:T,'PR HD Upload'!F448,'Full Data Drop'!R:R,'PR HD Upload'!E448,'Full Data Drop'!Y:Y,'PR HD Upload'!M448,'Full Data Drop'!L:L,'PR HD Upload'!R448)>0,+ROUND(SUMIFS('Full Data Drop'!H:H,'Full Data Drop'!U:U,'PR HD Upload'!B448,'Full Data Drop'!T:T,'PR HD Upload'!F448,'Full Data Drop'!R:R,'PR HD Upload'!E448,'Full Data Drop'!Y:Y,'PR HD Upload'!M448,'Full Data Drop'!L:L,'PR HD Upload'!R448),2),""),+IF(SUMIFS('Full Data Drop'!O:O,'Full Data Drop'!U:U,'PR HD Upload'!B448,'Full Data Drop'!T:T,'PR HD Upload'!F448,'Full Data Drop'!R:R,'PR HD Upload'!E448,'Full Data Drop'!Y:Y,'PR HD Upload'!M448,'Full Data Drop'!L:L,'PR HD Upload'!R448)>0,+ROUND(SUMIFS('Full Data Drop'!O:O,'Full Data Drop'!U:U,'PR HD Upload'!B448,'Full Data Drop'!T:T,'PR HD Upload'!F448,'Full Data Drop'!R:R,'PR HD Upload'!E448,'Full Data Drop'!Y:Y,'PR HD Upload'!M448,'Full Data Drop'!L:L,'PR HD Upload'!R448),2),"")).

I am trying to automate the entire file but no sure what VBA code to use that would not result in an error. Any help would be greatly appreciated.
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,214,808
Messages
6,121,686
Members
449,048
Latest member
81jamesacct

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