Formula Query

Mando1

New Member
Joined
Sep 28, 2017
Messages
2
Hi there, hope someone can help...

The names of the worksheets are irrelevant, however I'm keen to know what the following means in plain English. Specifically around the comma?

=AND($J$14>'Project Sold Effort'!$AI$40,$J$14<='£ Calculations (Ref Only)'!$I$4)

Thanks
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
It's a logical test to see if:

- The value in J14 is greater than the value in AI40 on sheet 'Project Sold Effort'
AND
- The value in J14 is less than or equal to the value in I4 on sheet '£ Calculations (Ref Only)'

WBD
 
Upvote 0
Great, thanks

It's a logical test to see if:

- The value in J14 is greater than the value in AI40 on sheet 'Project Sold Effort'
AND
- The value in J14 is less than or equal to the value in I4 on sheet '£ Calculations (Ref Only)'

WBD
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,824
Members
449,470
Latest member
Subhash Chand

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