Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: AL Consumption

Hi Saliha The normal LOOKUP search for the 1st occurrence of the value. This LOOKUP searches for the last occurrence of the value. I don't un...

3 years ago
Reply
RE: AL Consumption

Hi Saliha See if this helps. Sunny

3 years ago
Reply
RE: AL Consumption

Hi Saliha The value in cell B42 (23) is different from the others in column B (8). Sunny

3 years ago
Reply
RE: How to Structure Pivot Table when Data has 1s and 0s from Survey Questions

Hi Melissa Using the data that Mynda had unpivoted, I created 2 PivotTables. One shows the total count of responses and another the %. I h...

3 years ago
Reply
RE: Earliest and Latest Time by Day (and Place)

Hi Jason How about a PivotTable solution? I grouped the Dates and then using Max and Min for the Values and some formatting to the entire PT. ...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel I have modified my original formulas. I think it will work for any combination of dosages. I have included 3 examples. Do let us...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

I tested that too but without any examples I was unable to determine it's accuracy. You can give it a try and let us know how it worked out.

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel Like I had mentioned before, give us examples of your data and the expected results, as many as possible, so that we can see many scenari...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel I have this crazy idea of using VLOOKUP to get close to the factors you wanted. It doesn't work on all figures though Hope it help...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel This is as close as I can get to what you wanted. As for your factors, I don't think it is too much to ask. Many things are possible i...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel You should provide as many scenarios as possible (preferable 10). It is difficult for us to guess your expected results for different ...

3 years ago
Reply
RE: Dividing integer across multiple cells evenly

Hi Daniel You can try =ROUNDUP($A$2/7,0) You should attach more samples of your expected results (preferably in a workbook) for us to give a ...

3 years ago
Reply
RE: Excel hyperlink to same sheet

Hi Ashley Attached is the updated file. Select S1 then hold the CTRL key and click on the S2 tab to group them. You can now print them at the...

3 years ago
Reply
RE: Excel hyperlink to same sheet

Hi Ashley You will need VBA for that. Please refer attachment. Hope this helps. Sunny

3 years ago
Reply
RE: Turning a word into an Action

Hi Cody You can try this : =IF([@[Transaction Type]]="Buy","+",IF([@[Transaction Type]]="Sell","-","")) Sunny

4 years ago
Page 2 / 95