Add Values of Other Cells if Not Blank

thanksamillion101

New Member
Joined
Jul 8, 2020
Messages
41
Office Version
  1. 2010
Hello All, another formula, needed! The formula I need will return the text values of other cells, if not blank. Any of the cells in each row can be blank or have text and I need to be able to create the File Name from each cell according to cell content. Thank you in advance! Hope I explained well enough. Highlighted Column A in the image is where I will need the formulas and shows the return from each row with the formula.

1662680919998.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hello All, another formula, needed! The formula I need will return the text values of other cells, if not blank. Any of the cells in each row can be blank or have text and I need to be able to create the File Name from each cell according to cell content. Thank you in advance! Hope I explained well enough. Highlighted Column A in the image is where I will need the formulas and shows the return from each row with the formula.

View attachment 73534
This formula seems to work, but if you have anything different or would change, please advise, thank you!
IF(D2<>"",D2,"")&IF(H2<>"",H2,"")&IF(I2<>"",I2,"")
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

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