helenmeyer

New Member
Joined
Mar 3, 2014
Messages
23
Hi,

I’m trying to put an IF query in.

If cell A2 is either “L”, “S” or “4” then enter ASC incurrent cell (D2)

Many thanks
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Re: If query help please

Hey, in cell D2 enter this formula:

=IF(OR(A2="L",A2="S",A2=4),"ASC","Placeholder")
 
Upvote 0
Re: If query help please

Hi,

I’m trying to put an IF query in.

If cell A2 is either “L”, “S” or “4” then enter ASC incurrent cell (D2)

Many thanks

the first part of your formula can be

=if(or(A2={"L";"S","4"},.....)

not quite understand the second part ASC incurrent cell (D2)
 
Upvote 0

Forum statistics

Threads
1,213,507
Messages
6,114,029
Members
448,543
Latest member
MartinLarkin

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