Accounting Help

joshdadbin

New Member
Joined
Oct 13, 2022
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hello All,

I am looking to create a query to help me with my accounting. I have a table (sheet 1), and I would like for the query to pull answers from this table of category.

So Sheet 2 would have a list of transaction, and if the name of that transaction (CITY PARKING METER) contains certain text (PARKING) It will shoot out a category or sub category.

I am familiar with INDEX MATCH, but not ISNUMBER or PowerQuery
 

Attachments

  • Screen Shot 2022-10-13 at 12.49.38 PM.png
    Screen Shot 2022-10-13 at 12.49.38 PM.png
    56.7 KB · Views: 17

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Since you have Office 365, you have access to the very handy XLOOKUP.

Excel Formula:
=XLOOKUP(What you are looking for (e.g. transaction name),Where you are looking for it (e.g. in column "desc"),Output column (e.g. column "Cat"))
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,891
Members
449,194
Latest member
JayEggleton

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