If Then Formula
Closed
The Glyde
-
Apr 10, 2016 at 10:36 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Apr 13, 2016 at 04:14 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Apr 13, 2016 at 04:14 AM
Related:
- If Then Formula
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Number to words in excel formula - Guide
- Excel grade formula - Guide
- Credit summation formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
2 responses
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Apr 11, 2016 at 03:29 AM
Apr 11, 2016 at 03:29 AM
Hello Glyde,
You could try the following in C2, dragged down as far as you need:-
This will allow you to place any text value (and only text) in Column A and hence the value in B2 will be multiplied by 3 with the result shown in C3.
It also assumes that the Column B values will always be multiplied by 3.
I hope that this helps.
Cheerio,
vcoolio.
You could try the following in C2, dragged down as far as you need:-
=IF(ISTEXT(A2),B2*3,"")
This will allow you to place any text value (and only text) in Column A and hence the value in B2 will be multiplied by 3 with the result shown in C3.
It also assumes that the Column B values will always be multiplied by 3.
I hope that this helps.
Cheerio,
vcoolio.
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Apr 13, 2016 at 04:14 AM
Apr 13, 2016 at 04:14 AM
Hello Glyde,
I'm not sure what you mean by multiple texts, but the formula allows you to use any form of text (in this case in any cell in Column A as long as you have dragged the formula down in Column C).
Cheerio,
vcoolio.
I'm not sure what you mean by multiple texts, but the formula allows you to use any form of text (in this case in any cell in Column A as long as you have dragged the formula down in Column C).
Cheerio,
vcoolio.
Apr 12, 2016 at 08:10 AM
Thank you again for your help!!