Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Tables data compare

Hi David Frankly I have never liked creating Pivot Tables using VBA but this one just for you. Just run the macro named ConsoleData Good luck...

6 years ago
Forum
Reply
RE: Excel cell reference, updating cells with a new value

Hi Stefi It sounds like you need an IF() function. Without seeing your expected results (with different scenarios) we can only make a guess. ...

6 years ago
Reply
RE: Summing dynamic months in to quarters

Hi Jonathan Thanks for sharing. You can also use SUMIFS to get the result you want. From your example, there can be as many as 6 Quarters (you o...

6 years ago
Reply
RE: Tables data compare

Hi David Your data have a lot of duplicates and need to be consolidated before any comparison can be made. Furthermore the PO# and Item is Text ...

6 years ago
Forum
Reply
RE: Tables data compare

Hi David It is very unclear what you are trying to achieve. What are you trying to compare? What is the expected result from the comparison? etc......

6 years ago
Forum
Reply
RE: IF Function Query - Is this appropriate?

Hi Rachel I believe you wanted to only sum values where the cost type is Staff costs (direct and external). If that is the case, then you can us...

6 years ago
Reply
RE: Automate Copying Data From Sheet to Another Sheet

Just add this line before the End Sub Sheets("Result").PrintOut or if you want to preview then Sheets("Result").PrintPreview Just make sur...

6 years ago
Forum
Reply
RE: Cross-references inaccurate data between tables

Hi Lea In cell D2 enter =VLOOKUP(SUBSTITUTE(SUBSTITUTE(A2,"-0",""),"(---)","")&"*",C:C,1,FALSE) Copy down as many rows as needed. What...

6 years ago
Reply
RE: Need advice on the formula to use

Hi Crystal Just copy the formula in cell T2 =IF(S2<15,"under","") downwards to as many rows as you want.

6 years ago
Reply
RE: IF Function Query - Is this appropriate?

Hi Rachel It is better if you could attach your file with some sample data and the expected result. It will help us to understand your needs bet...

6 years ago
Reply
RE: Automate Copying Data From Sheet to Another Sheet

Hi Bahram Give this a try. Please note that I am using Advanced Filter with VBA. You can refer here for more info on Advanced Filter I did no...

6 years ago
Forum
Reply
RE: Macro to search and delete

Hi Kavin, welcome to the forum. Give this a try. Sub DelRows() Dim LastRow As Long Dim i As Long Dim ValToCompare 'Value to compare ValToComp...

6 years ago
Forum
Reply
RE: Conditional Formatting

No problem. Glad we are able to help.

6 years ago
Reply
RE: Need advice on the formula to use

Try this then =COUNTIFS(S:S,">=15")

6 years ago
Page 21 / 95