Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Recurring subscription revenue

Hi Jon Let's say the subscription of 1,200 is for 3 months, renewable for the next 2 years, can you not put the start date and end date like this: ...

9 years ago
Reply
RE: Inserting a Subtotal using a variable in the range

Hi Tony Give this a try. Select any cell in the column and run the macro. The formula will be inserted 2 rows below the last cell and will sum star...

9 years ago
Forum
Reply
RE: Bar Chart - How to specify Y axis to start from zero

I believe you clicked on the wrong axis. Click on the axis below your chart (not the one on the left)

9 years ago
Reply
RE: Bar Chart - How to specify Y axis to start from zero

Right click the axis Format Axis-Axis Option select Minimum Fixed and set to 0 and click OK

9 years ago
Reply
RE: Recurring subscription revenue

From the title of the post, it said recurring subscription revenue (i.e. revenue earned for each month) but the example given below looks like a reduc...

9 years ago
Reply
RE: Is it possible to change the date format that is picked up from an input box run from a macro?

Dates are pretty tough to handle given the different formats (US/UK formats) and selecting them from a list is the best as mentioned by Philip. I n...

9 years ago
Forum
Reply
RE: Formula to calculate sick days from hire date based on current date

Hi CJ18 It was way pass midnight over here when I answered your post and I was already half asleep. Good to hear you have solved the problem. ...

9 years ago
Reply
RE: Formula to calculate sick days from hire date based on current date

Not pretty but should work =IF(AND(E7>=D3,K7=1),1,IF(OR(E7>$D$3,I7>$D$3),0,K7))

9 years ago
Reply
RE: Formula to calculate sick days from hire date based on current date

Neither of them have reached the anniversary date yet so they show 0 as what you have requested below. "So, the difficulty I'm having is that when ...

9 years ago
Reply
RE: Formula to calculate sick days from hire date based on current date

Hi Just let us know which cells are not correct and what are the expected results. It is very difficult for us to make a guess.

9 years ago
Reply
Reply
RE: Formula to calculate sick days from hire date based on current date

Try this in column L =IF(OR(E7>$D$3,I7>=$D$3),0,K7)

9 years ago
Reply
Reply
9 years ago
Forum
Reply
RE: VBA changing Worksheet

Hi, see if this is what you want. You will need to open both the Help and Inventory file. Click on the Import Data button and select which sheet...

9 years ago
Forum
Page 89 / 95