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

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
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,215,477
Messages
6,125,037
Members
449,205
Latest member
Eggy66

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