Returning a value based a list

Honeycutt

New Member
Joined
Mar 1, 2019
Messages
1
I have 4 categories Group, Mental, FC, FM. If I select Group or Mental I need in the first cell to put "90" and if it is FC or FM I need it to enter 180.

I will then have that hidden as my calculation for the number of days until the next meeting. For example my first meeting was 01/01/2019 and if falls under FM so it will calculate 180 days from that date

I am trying to teach myself but I have hit a roadblock
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Use an "OR" formula nested in a Vlookup or a nested IF statement. For example: =IF(OR(E3=C3,E3=C4),90,0)

E3 would be where the Group Categories are entered
C3 & C4 are just where the list of 4 categories are listed but you could just as simply type the words in the formula.

Hope this helps
LouisT

I have 4 categories Group, Mental, FC, FM. If I select Group or Mental I need in the first cell to put "90" and if it is FC or FM I need it to enter 180.

I will then have that hidden as my calculation for the number of days until the next meeting. For example my first meeting was 01/01/2019 and if falls under FM so it will calculate 180 days from that date

I am trying to teach myself but I have hit a roadblock
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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