Last used column with data - ignoring formulas

vaclavvesely

New Member
Joined
Sep 24, 2019
Messages
13
Hi, I have a spreadsheet where is a table filled with formulas returning "" by default and I need macro which will give me a last used cell/column containing any value ignoring cells containing ""

now I use this:

mycell = Cells(3, .Cells(myCell.Row, .Columns.Count).End(xlToLeft).Column)

that returns just end of the table - last column, because all cells are containing "". I need to return number of column containing visible data. Is there any solution?

Thanks
 
With that UDF in I4 what would MyCell be?
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Sorry, now it works, I have found a mistake in my formula, so thanks for your help ;)

But I have another problem, it recounts wery long time after input into cell, is there any way how to speedup recalculation of the worksheet?
 
Upvote 0
Glad you sorted it & thanks for the feedback.

As you're new question is totally different, you will need to start a new thread.
Thanks
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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