IF function help!

nholagi

New Member
Joined
Apr 16, 2015
Messages
27
Office Version
  1. 365
Platform
  1. Windows
Hi! I couldn't figure out how to write an IF function (or any function) that can show result like in the "outcome" column.

Basically if a row has 0 across then it should say "not in range", if there is a value in that row then return that column header name, if there are more than 2 value return then it should say "Multiple"
any thought?
thanks

1661983313121.png
 

Attachments

  • 1661983049943.png
    1661983049943.png
    4.2 KB · Views: 2
sorry everyone i guess i wasn't clear, can you explain the whole formula if possible?
esp why are you using just col "f" in here? i understand it give me the answer but i'm trying to read the whole formula ..if that make sense?

=LET(f,FILTER($A$1:$F$1,A2:F2=1,"Not in Range"),IF(COLUMNS(f)>1,"Multiple",f))
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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