Need Formula to pull the content on a cell

ediancoc

New Member
Joined
Sep 20, 2013
Messages
6
I have about ten columns with different type of expenses, on one of these columns there will be one expense category. I need a formula that pulls the value on that cell [TABLE="width: 500"]
<tbody>[TR]
[TD]Cleaning Supply[/TD]
[TD]Empty Cell[/TD]
[TD]Empty Cell[/TD]
[TD]Formula that pulls Cleaning Supply, the only cell with Value[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

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,)
Can you give us a better example, with data would be nice !!!
 
Upvote 0
Can you give us a better example, with data would be nice !!!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]Cleaning Supply[/TD]
[TD]Empty Cell[/TD]
[TD]Empty Cell[/TD]
[TD]formula to pull or equal to Cleaning Supply[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Empty Cell[/TD]
[TD]Office Supply[/TD]
[TD]Empty Cell[/TD]
[TD]Formula to pull or equal to office supply[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Empty Cell[/TD]
[TD]Empty Cell[/TD]
[TD]Guest Supply[/TD]
[TD]Formula to pull or equal to Guest Supply[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="width: 1131"]
<colgroup><col span="7"><col><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
See if you can adapt this to your actual ranges.

Excel Workbook
ABCD
1Cleaning supplyCleaning supply
2Office supplyOffice supply
3Guest supplyGuest supply
Get Value
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,279
Members
452,630
Latest member
OdubiYouth

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