Multiple if conditions

selvamnarayanan

New Member
Joined
Feb 27, 2016
Messages
36
Office Version
  1. 2019
Platform
  1. Windows
Sir

Can you help me

I have 7 columns In Excel (Rows A to G) with 100 rows of data
Column F is used for Departments. Total 18 depts in Excel

How do I write a function or macro in excel to to group the depts as follows:
Dept A,B,C=Good, Dept D, K, N=Average, Dept M=Review & so on
This Grouping must appear in Column H

Thank you
selvam narayanan
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
One easy way would be to create a lookup table with two columns with all 18 departments and their corresponding values. The first column is the department code. The second is your value (Good, Average, Review, etc).
Then, simply use a VLOOKUP formula in column H to lookup the department from column G and return your desired value.
See: https://www.techonthenet.com/excel/formulas/vlookup.php
 
Upvote 0

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

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