giving text result in a column

CharneLewis

New Member
Joined
Jun 30, 2021
Messages
20
Office Version
  1. 365
Platform
  1. Windows
excel 07.png


Hallo! As seen in column C (Soffit Formwork Chosen), there is only one result. This is to show which soffit fromwork to use. I want this result to show in column K (Final Layout). What formula can I use to do this?

So in the Final Layout I only want it to show the result in cell 3. This should be the final answer. (ingore the number 1 in the cell 3 column K (Final Layout), i tried something, but got stuck)
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
try in cell K3 and copy down

=if(d3=1,c3,"")
 
Upvote 0
Hallo, that works but it is limited to cell 3 col C (soffit formwork chosen) only - i need a formula that will give me the result when the text is in cell 35 col C for instance (there are 35 options).

Also, i would rather not want to use the "IFS=" FUNCTION.
 
Upvote 0
It is hard to see what those other values in column C are. If they are "-" characters, then try

Excel Formula:
=FILTER(C3:C37,C3:C37<>"-","")
 
Upvote 0
Solution
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,272
Members
449,219
Latest member
daynle

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