Conditional Formula

Dsheaff

New Member
Joined
Aug 14, 2018
Messages
33
I am in need of a formula that addresses the following conditions.

A recipient cell is to receive the value posted in cell D35 on the QC Enhanced Score worksheet found at the location identified below: This action is to take place only if the value in cell U90 on the afore mentioned worksheet is equal to or greater than 1 but less than 90. If these conditions are not met, the recipient cell is to remain blank.

Worksheet Location:

='M:\Quality\REST\2023\B-Feb\A-21 Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!D35
 
In that case you need to change the name of the file in the formula.
 
Upvote 0
Solution

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Ok, how about
Excel Formula:
=IF(AND('M:\Quality\REST\2023\B-Feb\A-21 Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!U90>=1,'M:\Quality\REST\2023\B-Feb\A-21 Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!U90<90),'M:\Quality\REST\2023\B-Feb\A-21 Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!D35,"")
Please excuse the error in my last transmittal... I omitted two of the adjustments from A-21 to A2I_.....The corrected formula I posted should be:
=IF(AND('M:\Quality\REST\2023\B-Feb\A2I-Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!U90>=1,'M:\Quality\REST\2023\B-Feb\A2I-Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!U90<90),'M:\Quality\REST\2023\B-Feb\A2I-Enhanced Facility Score\[Enhanced Facility Score Feb 2023.xlsx]QC Enhanced Score'!D35,"")
 
Upvote 0
That formula contains the month name, but according to post#10 it's not in the file name.
 
Upvote 0
That formula contains the month name, but according to post#10 it's not in the file name.
Your formula works... I found an error in the way I identified a worksheet ... a single alpha character ... I thank you ever so much for your help and guidance!!!
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,884
Messages
6,122,082
Members
449,064
Latest member
MattDRT

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