Excel Formula to VBA

Shantanu_4612

New Member
Joined
Oct 3, 2016
Messages
27
Hi,

Need your help to convert the below formula into a Button VBA,

If I use this formula directly on the sheet it is getting stuck into a Circular Referance,

Circular referance is because, Q7 is getting calculated from the Range selected, but I want the entries to happen in the Range as per Q7,

i.e, Entries in the range, calculates Q7, once Q7 exceed J5, I want the default entry to be placed,

Please help me with a formula or a VBA,

Please help,

Formula:
[FONT=Calibri,sans-serif]IF(AND(NOT(ISNUMBER(FIND("-",IFERROR((VLOOKUP(($A12&C$10),Leave_Requests!$A:$E,5,0)),"-"),1))),$Q$7<$J$5),((VLOOKUP(($A12&C$10),Leave_Requests!$A:$E,5,0))),Leave_Requests!$J$1)[/FONT]
[FONT=Calibri,sans-serif] [/FONT]
[FONT=Calibri,sans-serif]Range : C12 to AG 10000[/FONT]
[FONT=Calibri,sans-serif] [/FONT]
[FONT=Calibri,sans-serif]Name of Sheet to Execute Button VBA is “Planner”[/FONT]
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,223,967
Messages
6,175,664
Members
452,666
Latest member
AllexDee

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