Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Excel file attached kindly go through it

Consider using a pivot table and slicer. Slicer to select the categories (eg computer) and pivot table will display the items (speaker, mouse etc) ...

4 years ago
Reply
RE: Multiple conditions

Try ="CEO minus " & COUNTA(A1:G1)

4 years ago
Reply
RE: Replace a formula with a value based on the value of another cell

Please attach some examples. It will be easier for us to help you. Have you tried using FORMULATEXT() to display the formula instead of the value?

4 years ago
Reply
RE: VALUE AT CLOSE OF THE DAY NEEDED TO A RANGE OF DATES

You can also try using a Pivot Table for all the results. I have attached a sample for your reference. Note that I have deleted some of your data a...

4 years ago
Reply
RE: VALUE AT CLOSE OF THE DAY NEEDED TO A RANGE OF DATES

Hi abayomi In cell K4 enter =SUMIFS($F:$F,$A:$A,K1,$B:$B,TIME(23,55,0)) Drag across the required columns Hope this helps Sunny

4 years ago
Reply
RE: Dashboard with General text filter?

You need to refresh the Pivot Table to update any changes.

4 years ago
Reply
RE: Pivot table Row height always resize

Apparently the cell A1 and A2 is formatted to 18 point and that is causing the issue. Hope this helps. Sunny

4 years ago
Reply
RE: Very Challenging - Adding sequential string to CSV values in a single cell. Please Help.

Just to join in the fun, a formula alternative =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"jpg","jpg::sku_abc_00X"),"X","1",1),"X",...

4 years ago
Reply
RE: formula which show last date of the month

Hi Salim Just use =DAY(EOMONTH(G2,0))

4 years ago
Reply
RE: Returning a Value if Error of #VALUE!

Try wrapping the entire formula with another =IFERROR(<The entire formula>,"") The error is occurring because you are using a "" to subtract ...

4 years ago
Reply
RE: Returning values left and right of specific characters

Hi Doug If your data is in an Excel Table, then you can give this a try. In cell I2 enter : =IFERROR(IF(MID(I1,3,2)<>"99",LEFT(I1,2)&a...

4 years ago
Reply
RE: Multiple Vlookup Value

Try =IFERROR(VLOOKUP("*"&C1&"*",$A$1:$B$5,2,FALSE),VLOOKUP(C1,$A$1:$B$5,2,FALSE))

4 years ago
Reply
RE: Returning values left and right of specific characters

Not very clear about your column G. You should show us what formulas you are using and what are your expected answers in case of #N/A. It is ver...

4 years ago
Page 6 / 95