excel If/Then

cmccabe

Active Member
Joined
Feb 20, 2008
Messages
396
I have an excel spreadsheet linked to an access database. Can an IF/Then statement be used to pull matching rows from that spreadsheet. The matching rows are then copied to an specified sheet? Thanks.
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
You could write a SQL query if you're linked to access.

Else, you'd write the if statement in another sheet to say - if true then value, if false then "". From there you'd need to copy, paste special, values, then removes the blank rows.

If you give more details about what you're trying to do, there may be a better solution.
 
Upvote 0

Forum statistics

Threads
1,207,104
Messages
6,076,577
Members
446,214
Latest member
stevomolloy

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