Setup using nested ifs (if) formula based on multiple conditions...

Gihon

New Member
Joined
Mar 18, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Sample Data as follows. I am trying to setup the conditions as shown on a cell so they fill in the Category column. Thinking the ifs(if) function might be one way but I welcome other alternatives. Appreciate your help.
1616124772096.png
1616125091164.png
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Can you just clarify what your logic.

1) As is stands it will only get past condition 1 if BOTH Fund and GS# are zero.
Are you sure that is what you are intending ?
It makes the statement "Funder OR GS# = 0" redundant on the other lines (and if its meant to be descriptive would be Funder AND GS# = 0)

2) It looks to me like Main values should be in a lookup table
But lets sort out item 1 first

3) Your numbers are all left aligned, what is the source of your data ? Are they numbers or text ?
Use either =isnumber or =istext if you are not sure and let us know.

If possible can you change your picture to XL2BB ?
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,958
Latest member
Hat4Life

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